-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unwrap multi-day events feature #191
Comments
Here is a hacked-together example:
|
Hi, thanks for reporting this. I have a few suggestions:
11:59 PM could also be midnight because the end is not inclusive. I was wondering if one can create a function: Also, due to the way how recurrences are calculated, I think it would be best to chop up the events after recurring-ical-events has made the calculations. E.g. they sometimes depend on a weekday or they have a recurrence that ends at a specific date. In that case one might loose events from the results if the calendar is modified before it goes into How would you like to proceed with this? |
It would be useful to detect multi-day events (events where DTEND spans more than one day, or ticks over midnight, compared to DTSTART) and unwrap them into individual day-long events. I'm not aware of current support for this?
Example:
For an event starting on October 1st at 9:00 AM and ending on October 3rd at 5:00 PM, the feature would unwrap this into three events:
Event 1: October 1st, 9:00 AM – 11:59 PM
Event 2: October 2nd, (all-day event)
Event 3: October 3rd, 12:00 AM – 5:00 PM
We're using Polar.sh so you can upvote and help fund this issue. We receive the funding once the issue is completed & confirmed by you. Thank you in advance for helping prioritize & fund our work.
The text was updated successfully, but these errors were encountered: