evertheylen / notion-export-ics

Export Notion Databases to ICS files
80 stars 10 forks source link

Time zone is a problem. #3

Open andreazangheri opened 5 years ago

andreazangheri commented 5 years ago

Hi!

Thank you for the hacky script.

I went through the instructions from this page I converted the URL from this page The calendar was successfully imported into Google Calendar from the URL option.

BUT.

eg. the original time in Notion is 14:30 the imported time in google calendar will be 16:30

I honestly do not understand what's going on here. I have no idea if it is related to your conversion or to Notion in the first place.

The calendar is imported as: (GMT+00:00) UTC

In this case, the property cannot be changed from the settings calendar page from the web browser.

My timezone is: (GMT+02:00) CEST

In any case thanks for your thing.

evertheylen commented 5 years ago

I have been dreading the day until someone discovered a timezone bug. However, I expected it would come from someone in a different timezone than myself. I tested this again and I can't seem to reproduce it.

Could you send me a link to a calendar that has this problem? If you want, you can send it to me privately at evertheylen@gmail.com if you don't want other people to see it.

andreazangheri commented 5 years ago

Hi, wetransfer link sent to evertheylen@gmail.com. It contains a video reproducing the bug.

jeremyphilemon commented 4 years ago

I'm guessing the ICS file generated has its timezone set to (GMT+00:00) Coordinated Universal Time? A fix could be to get the timezone from notion's event and adding that to the iCal event?