You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whole day events from google save the start and end date in following way:
DTSTART;VALUE=DATE:20201113
DTEND;VALUE=DATE:20201114
This will not convert correctly into moment.
On the Event Object this fields will remain undefinied.
Whole day events from google save the start and end date in following way:
DTSTART;VALUE=DATE:20201113
DTEND;VALUE=DATE:20201114
This will not convert correctly into moment.
On the Event Object this fields will remain undefinied.