al-codaio / events-from-gmail

Create Google Calendar events from sending yourself a Gmail on a mobile device using Google Apps Script.
11 stars 2 forks source link

I have to add for the date the correct year (2022). if i write just "22" it will be 1922 #2

Closed Daniel-Berlin closed 2 years ago

Daniel-Berlin commented 2 years ago

I have to add for the date the correct year (2022). if i write just "22" it will be 1922 if i write just: 1/4 (date format: ROW) the date created will be first of april 2021

any ideas?

my system:

OS: Linux Browser: Chrome

al-codaio commented 2 years ago

Thanks for catching this @Daniel-Berlin! I updated the script with this latest change so the script will always default to the current year. Originally I had hard-coded "2021" into the script which didn't make sense :).