ActivityWatch / aw-import-ical

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aw-import-ical

An .ical importer and Google Calendar synchronizer for ActivityWatch.

Setup

  • To use the Google Calendar synchronizer, you have to enable Google Calendar API in the API Console. Once you do that, download credentials.json (Console Website) and place it in the aw-import-ical folder.

Usage

Requires Python 3.7+ and poetry.

poetry install

# To run importer
poetry run python3 main.py <filepath of ical file>

# To run synchronizer
poetry run python3 synchronize.py

About


Languages

Language:Python 99.3%Language:Makefile 0.7%