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
With timezone "Berlin" on my system it fails on 29.10.2023 5:00.
Expected behavior
At both timechanges (summer -> winter, winter -> summer) there should be a FREEBUSY property until 6 o clock, but not from 6 o clock.
I think the problem is in method calculateRecurrenceSet in Component.java: you cannot add a fix duration in this case. Normally the timeslot lasts 8 hours. but when wintertime changes to summertime it lasts only 7 hours. When summertime changes to wintertime the slot lasts 9 hours.
Environment (please complete the following information):
iCal4j 4.0.0 rc5
The text was updated successfully, but these errors were encountered:
A want to check if a timespec specified in an ical-string is valid at a moment. Therefore I use FreeBusy in following method:
But this does not work if the ical String has a RRULE with freq=daily and the start and end includes a timechange.
To Reproduce
Steps to reproduce the behavior:
1.
With timezone "Berlin" on my system it fails on 29.10.2023 5:00.
Expected behavior
At both timechanges (summer -> winter, winter -> summer) there should be a FREEBUSY property until 6 o clock, but not from 6 o clock.
I think the problem is in method calculateRecurrenceSet in Component.java: you cannot add a fix duration in this case. Normally the timeslot lasts 8 hours. but when wintertime changes to summertime it lasts only 7 hours. When summertime changes to wintertime the slot lasts 9 hours.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: