-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong event times #419
Comments
I think, as far as I can remember, that we couldn't do much, it had to be fixed by WEM (edit: or at least ical4j) |
Correct. Unfortunately we are on the final release of ical4j and won't be able to update to 4.x.x without a lot of work - not to mention DAVx5 would have to get updated at the same time, unless we create a separate branch in ical4android. I wanted to check whether the issue also occurs with ical4j 4.0.4. |
We can try on 4.0.4 using the test I made for ical4j/ical4j#651, I think it shouldn't be too much. Though yes, migration to ical4j 4.x will be a big thing. Without thinking much into it, are really DAVx⁵ and ICSx⁵ going to be affected if we upgrade and migrate to ical4j in ical4android? I mean, maybe return types on some places will be changed to the new ones, but we can really keep the old syntax, with the old types, and deprecate those methods in favor of the new ones. It will be a bit more work (though I don't think that much), and will make migration in the apps really easier, since if we take the time to add proper Again, I haven't really looked at it since a lot of time ago, but I don't see why we couldn't. |
Your test does not fail anymore. Not sure why, but maybe because we are in daylight saving time now? I tried with another example from the discussion which still fails in ical4j 3.2.19 and got a parse exception with ical4j 4.0.4 ical4j/ical4j#651 (comment) . |
Will probably not be able to solve this within the next version. |
This PR/issue depends on: |
I don't really know why, but the times are now correct in my phones calendar... Some time ago I changed this setting in Events Manager to "No" but didn't see any improvement. Maybe it just took some time for sync? On the other hand side the current
looks the same way to me as reported earlier |
Thunderbird (and apparently other calendar software) imports the event in the following calendar (see details) as happening at 16:30, while ICSx5 imports it at 01:00 am (same day).
Until now all reported ics files have been generated by the Wordpress events plugin.
Discussed in #188
Depends on ical4j/ical4j#651
The text was updated successfully, but these errors were encountered: