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
Hello There! I'm trying to export my Notion data to Google Calendar, so, to create my .ics file I need to convert notion.collection.NotionDate object to datetime.datetime object. I've tried to use row.date._format_datetime(datetime) but, unfortunately, it didn't work. Help me, please, how to convert NotionDate to datetime.