- google api and calendar selection
- client = calendar.service.CalendarService(email='x', password='y')
- feed = client.GetOwnCalendarsFeed()
- # map the 'title' -> 'url'
- urls = dict((e.title.text, e.content.src) for e in feed.entry)
- client.InsertEvent(event, urls['My Calendar'])