thibaultspriet / SyncNotionCalendar

Automate synchronization between Notion databases and Apple Calendar
140 stars 18 forks source link

Problems with different date formats #10

Closed Jinho1011 closed 2 years ago

Jinho1011 commented 2 years ago

My calendar in the local environment uses the Y-M-D format, but the StartDate and the EndDate formats on CalendarClient.py are using the D-M-Y format, so an error occurred.

thibaultspriet commented 2 years ago

Hi @Jinho1011,

I updated my code to be tolerant to any date format. You can pull the repo and try the sync again.

I will close this issue for now, please fell free to open it again in case it doesn't work for you.