The unofficial Notion API extended with the option to sync your Notion events to Google Calendar.
Want to support the development and stay updated?
pip install notioncalendarsync
YOUR NOTION TOKEN:
Obtain the token_v2
value by inspecting your browser cookies on a logged-in session on Notion.so
from notioncalendarsync import Notion
Notion(token_v2="{{ YOUR NOTION TOKEN }}").add_events_to_google_calendar('{{ NOTION COLLECTION URL }}',timezone='Europe/Berlin')