Closed Sarsum closed 3 weeks ago
Die Frage ist nur, warum die manuell hinzugefügten Events eine UTC Timezone haben?
Weil wir an der Stelle seeeehr schlecht die timezone Infos auch noch in den calendar packen können Bräuchten damit es fail-save ist für jedes Event ne eigene TZID. Dementsprechend finde ich es so besser
This change skips adding the XWR-TIMEZONE to events with UTC timestamps. That resulted in events being wrongly displayed in the ics export (e.g. in a google calendar)
This fix applies to all existing events which will be loaded from any source.
Tested by importing a database with a wrongly displayed event, exporting the ics using this version and imported it into Google calendar.
fixes #268