JM-Lemmi / ical-relay

Relay ical urls and edit them on the fly with different modules.
GNU Affero General Public License v3.0
9 stars 2 forks source link

fix(relay): do not add XRW-TIMEZONE to UTC timestamps #269

Closed Sarsum closed 3 weeks ago

Sarsum commented 3 weeks ago

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

JM-Lemmi commented 3 weeks ago

Die Frage ist nur, warum die manuell hinzugefügten Events eine UTC Timezone haben?

Sarsum commented 3 weeks ago

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