Skip to content

Instantly share code, notes, and snippets.

View avkoval's full-sized avatar

Oleksii (Alex) Koval avkoval

View GitHub Profile
@avkoval
avkoval / get_ical.py
Created January 8, 2017 10:22
Save some ICS files
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import requests
GOOGLE_CAL_URL = 'https://calendar.google.com/calendar/ical/'
CALENDARS = {
'My': 'alex.v.koval%40gmail.com/private-somehash%%%/basic.ics'
}