简体   繁体   English

同步Google日历?

[英]Synchronize Google Calendar?

Im having a calendar inside my app and it is possible to synchronize that calendar with the apple calendar app on iOS (it then automatically synchronizes with icloud if enabled). 我的应用程序中有一个日历,可以将该日历与iOS上的Apple日历应用程序进行同步(如果启用,它将自动与icloud同步)。

Now I want the same for the google calendar app on iOS but all I could find for now is the google calendar web API. 现在,我希望iOS上的Google日历应用程序具有相同的功能,但我现在只能找到google calendar Web API。 The problem: you need to be online for that but my App should have a full offline support. 问题:您需要为此在线,但我的应用程序应具有完整的离线支持。 So I thought maybe it would be possible to access the iOS google calendar app installed on the device to add / remove / modify events. 因此,我认为也许可以访问设备上安装的iOS谷歌日历应用程序以添加/删除/修改事件。

Is it possible to do so or is there now API for the iOS google calendar app? 是否可以这样做,或者现在有适用于iOS谷歌日历应用程序的API?

There is currently no API that allows you to interact with the Google Calendar App for iOS. 当前没有允许您与iOS的Google Calendar App进行交互的API。

The samples seen here are specifically for interacting with the Google Calendar service, not with the Google Calendar for iOS app itself. 此处显示的示例专门用于与Google日历服务进行交互,而不是与iOS版Google日历应用本身进行交互。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM