https://github.com/activitywatch/aw-import-ical
https://github.com/activitywatch/aw-import-ical
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/activitywatch/aw-import-ical
- Owner: ActivityWatch
- Created: 2019-04-10T18:21:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:12:50.000Z (about 3 years ago)
- Last Synced: 2024-10-30T00:54:47.163Z (about 1 year ago)
- Language: Python
- Size: 79.1 KB
- Stars: 15
- Watchers: 4
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```