在android中的android主谷歌日历帐户中创建子日历

时间:2014-12-05 11:05:59

标签: android google-api google-calendar-api

我想从主Google日历帐户发送请求,使用Android中的Google API(以编程方式)创建子日历,称为朋友的日历。

1 个答案:

答案 0 :(得分:0)

您可以在应用中使用Google Calendar API Java Client Library来插入新日历。

如果您使用Gradle,则可以将compile 'com.google.api-client:google-api-client:1.18.0-rc'放在依赖项中以获取客户端库。

您可以按this example插入新日历。插入新日历后,您可以使用日历提供程序retrieve the new calendar,或使用Google日历API GET method来检索新日历。