Google 日历 (API) 问题
我想使用 Google 日历来添加聚会活动,因此我添加了一个新日历,“事件”。有没有删除该日历中所有事件的功能?
或者只能通过删除整个日历并重新创建它来实现?
我有每天更新的离线数据,所以我认为最好的方法是刷新整个 Google 日历日历并简单地上传所有事件。
I'd like to use Google Calendar for adding party events, so I added a new calendar, "events". Is there a function for deleting all events in that calendar?
Or is it only possible by deleting the whole calender and re-creating it?
I'm having offline data which updates daily, so I thought the best method would be flushing the whole Google Calendar calendar and simply uploading all events.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这很有帮助:Google 日历 .NET API 文档。
其中 [calendar] = "[email protected]" 对于默认日历或在您的实例,您的“活动”日历的 ID(在 Gmail 日历中找到),即 https://www.google.com/calendar/[calendarID]/private/full”
This is helpful: Google Calendar .NET API documentation.
where [calendar] = "[email protected]" for default calendar or in your instance, the ID of your 'events' calendar (found in calendar in Gmail), that is, https://www.google.com/calendar/[calendarID]/private/full"