TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Anyone have experience working with the Google Calendar API?

4 pointsby vrikhterover 13 years ago
I'd love to ask you a couple questions about it. There's a product that we are looking to build, I poured through the API last night and couldn't get my question answered.<p>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.<p>Let me know if we can get in touch offline!

1 comment

brucehartover 13 years ago
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.
评论 #3586818 未加载