luser / calendarview

HTML calendar viewer
Other
27 stars 9 forks source link

Add support for Google calendars #3

Closed luser closed 8 years ago

luser commented 8 years ago

I suspect most people are going to want to use this with their existing Google calendar, so it'd be nice if you could just click a button, authenticate with Google, and then pick calendars from your Google account to use. This would be way easier than adding calendars one-by-one, certainly.

FullCalendar has support for loading events from public Google Calendars: http://fullcalendar.io/docs/google_calendar/ . I don't know if it will support loading private Google Calendars if you authenticate with Google first?

luser commented 8 years ago

I have this mostly together: https://github.com/luser/calendarview/blob/gh-pages/gcal.js

However somewhere along the way I broke the authentication flow, so I can't get it to auth anymore. Need to fix that.

luser commented 8 years ago

Fixed: https://github.com/luser/calendarview/commit/e98ee6b708b02ff03cdf9147db8e9ae334c2fae4