spatie / calendar-links

Generate add to calendar links for Google, iCal and other calendar systems
https://spatie.be/opensource
MIT License
914 stars 149 forks source link

ics not working, because of timezone format #88

Closed ligne13 closed 4 years ago

ligne13 commented 4 years ago

Hi, the ics data returned contains the lines below for the start and end dates:

DTSTART;TZID=+00:00:20200528T193000
DTEND;TZID=+00:00:20200528T203000

The import in my Apple Calendar app does not work. If I manually change the TZ in the ics file as below, it works:

DTSTART;TZID=Europe/Paris:20200528T193000
DTEND;TZID=Europe/Paris:20200528T203000

Is there a way to specify the Timezone ? If not, is this a bug ?

alies-dev commented 4 years ago

duplicate of #73