You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you create a whole_day event, e.g. 3 days long from friday till sunday, you will get it displayed in the calendar portlet well. But if you click the marked saturday or sunday, you will get no events in the event_listing view for the choosen date.
Is this the desired behavior?
Environment:
Plone 5.1.2.1 (5112)
CMF 2.2.12
Zope 2.13.27
Python 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609]
PIL 4.3.0 (Pillow)
The text was updated successfully, but these errors were encountered:
I revamp this issue because it's still a problem also on last version.
The problem seems that when we set that flag, plone.app.events tries to check recurrences for the event setting a duration of 1 day (23h 59min and 59sec) instead of the event regular duration (end - start).
This returns no results. I'm not that into the dates and recurrence things, so i don't have idea on what could be the best fix.
If you create a whole_day event, e.g. 3 days long from friday till sunday, you will get it displayed in the calendar portlet well. But if you click the marked saturday or sunday, you will get no events in the event_listing view for the choosen date.
Is this the desired behavior?
Environment:
The text was updated successfully, but these errors were encountered: