mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-13 02:10:53 +01:00
Closes https://github.com/SimpleMobileTools/Simple-Calendar/issues/735 This only happened with all-day recurring events because: - `ORIGINAL_INSTANCE_TIME` was not set to a UTC occurrence timestamp and and all-day events always deal in UTC. - The `DTSTART`, `DTEND` were set to invalid values because of a missing conversion to milliseconds of start, end timestamps