Metadata-Version: 2.1
Name: notioncalendarsync
Version: 1.0.7
Summary: The unofficial Notion API extended with the option to sync your Notion events to Google Calendar.
Home-page: https://github.com/marcoEDU/Notion-Calendar-Sync
Author: Marco
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: notion
Requires-Dist: google-api-python-client
Requires-Dist: google-auth-httplib2
Requires-Dist: google-auth-oauthlib

![Notion-Calendar-Sync](https://raw.githubusercontent.com/marcoEDU/Notion-Calendar-Sync/master/images/headerimage.jpg "Notion-Calendar-Sync")

The unofficial Notion API extended with the option to sync your Notion events to Google Calendar.

Want to support the development and stay updated?

<a href="https://www.patreon.com/bePatron?u=24983231"><img alt="Become a Patreon" src="https://raw.githubusercontent.com/marcoEDU/Notion-Calendar-Sync/master/images/patreon_button.svg"></a> <a href="https://liberapay.com/glowingkitty/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a>


## Installation

```
pip install notioncalendarsync
```

## Usage

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')
```

