Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 794 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 794 Bytes

Rapla-Google-Calendar-Sync

Automatically fetch Rapla calendar events and save them into Google Calendar.

Install dependencies

$ pip install -r requirements.txt

or

$ make install

Run Code

$ python src/main.py

or

$ make run

Config

You need to set the url to fetch the rapla calendar. You need to also provide you google calendar name and your time zone. This all is set in the .env file. Example of this is example.env. You also need ti gave your credentials you set in the credentials.json (Example is called credentials.example.json). See more here to learn more about the credentials and how to get them.