Google Calendar为用户提供了为同一帐户创建不同日历(称为提要)的可能性。这些列表列在屏幕右侧的“我的日历”下面。
是否可以通过Google Calendar API获取用户创建的提要列表?
发布于 2013-07-12 20:13:14
可以,您可以使用CalendarList.list()应用编程接口调用来完成此操作。
https://stackoverflow.com/questions/17614145
相似问题