spatie / calendar-links

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

Google link doesn't support timezone #105

Closed senky closed 4 years ago

senky commented 4 years ago

Google generator uses ctz to set timezone. But this parameter doesn't seem to work when you use a timezone abbreviation (e.g. EDT). Better way is to use UTC-based start/end datetime (Z-postfix). I will create a PR shortly.