-
Notifications
You must be signed in to change notification settings - Fork 45
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
Events spanning multiple days are not (well) supported #68
Comments
As far as I remember, this was the limitation of ics library (assuming you mean events from ics files), it did not parse multi days events. Hopefully with icalendar we can bypass that. |
This is initial implementation of multiday events parsing to address issue #68. After this, still need to implement displaying the repeated events.
Latest changes to timezone conversions introduced an issue:
Furthermore multiday event does not mean the time difference is larger than 1 day.
|
Does this happen when some events in .ics have no timezone or it's something else?
I see, I thought |
The commit d74fcc1 seems to fix the issue with events without timezone. |
Resolves issue #68 about displaying multiday events from ics
Almost woks except for events set as
something breaks as compared to the format when time is set:
Which is weird since date is actually parsed correctly... |
I think now I finally made it work, please test. p.s. on the side note, I noticed a strange thing in Nextcloud calendar: all day multiday events export as one day more than they should. Maybe we should report it if it's not my mistake... |
I believe the answer is in rfc5545 - Internet Calendaring and Scheduling Core Object Specification (iCalendar):
|
I'll assume that it works well for everybody and close this issue. If any troubles, you can mention it in #4 |
If an event spans multiple days it only shows on the day it starts. It would be more intuitive if the event is repeated for all days it is in effect.
The text was updated successfully, but these errors were encountered: