Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ActivityWatch/aw-import-ical
https://github.com/ActivityWatch/aw-import-ical
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ActivityWatch/aw-import-ical
- Owner: ActivityWatch
- Created: 2019-04-10T18:21:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:12:50.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T21:53:50.760Z (7 months ago)
- Language: Python
- Size: 79.1 KB
- Stars: 13
- 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
```