Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ActivityWatch/aw-import-ical


https://github.com/ActivityWatch/aw-import-ical

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

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)](https://console.developers.google.com/) and place it in the aw-import-ical folder.

## Usage

Requires Python 3.7+ and poetry.

```sh
poetry install

# To run importer
poetry run python3 main.py

# To run synchronizer
poetry run python3 synchronize.py
```