-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, we filter out all day events in the get_closest function
This is done because otherwise, the all day event will always be shown when it's taking place even if other events are more relevant
Option 1:
Make this optional using a flag
Option 2:
Show other event unless the end time of the all day event is before the start time of the closest event
I personally prefer option 2 as it will do things the 'smart' way, only show all day events if there's nothing else more interesting
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request