我想从主Google日历帐户发送请求,使用Android中的Google API(以编程方式)创建子日历,称为朋友的日历。
答案 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来检索新日历。