TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

4 点作者 vrikhter超过 13 年前
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

brucehart超过 13 年前
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 未加载