Ask HN: Anyone have experience working with the Google Calendar API?
1 comments
I have a little experience working with Google Calendar. You should be able to add events to other calendars if you authenticate with an account that has appropriate permissions (just like you would in the Google Apps interface). You'll need to use the CalendarId of the coworker's calendar in your requests, which you can retrieve using the calendar.calendarList.list function.
Basically trying to figure out if I as a user can look at other calendar (coworker's calendars) through a 3rd party product and make changes on their calendar. Booking an event, editing the event I created, and/or deleting the event I created.
Let me know if we can get in touch offline!