Утилита для загрузки/синхронизации в календарь Google событий из файла в формате iCalendar
Go to file
Dmitry Belyaev 56eef850db
+ [how it works] in README
2018-04-21 15:23:48 +03:00
gcal_sync fix filter events with start['date'] 2018-04-11 23:38:12 +03:00
tests parametrize test_filter_events_by_date 2018-04-17 22:53:56 +03:00
.gitignore Initial commit 2018-04-05 11:16:20 +03:00
.travis.yml add Travis CI 2018-04-10 09:16:38 +03:00
LICENSE Initial commit 2018-04-05 11:16:20 +03:00
README.md + [how it works] in README 2018-04-21 15:23:48 +03:00
how-it-works.png + [how it works] in README 2018-04-21 15:23:48 +03:00
manage-calendars.py + add_owner in manage script 2018-04-07 19:19:18 +03:00
requirements.txt add requirements.txt 2018-04-07 17:39:21 +03:00
sample-config.yml Initial commit 2018-04-05 11:16:20 +03:00
sync-calendar.py Initial commit 2018-04-05 11:16:20 +03:00

README.md

sync_ics2gcal

Build Status

Python scripts for sync .ics file with Google calendar

How it works

How it works