以编程方式添加谷歌日历中的事件..?
我想以编程方式将事件从谷歌日历添加到本机日历..我有一个程序可以从谷歌日历获取事件并在表格视图中显示它们..我如何将这些事件一一添加到iPhone的本机日历...?
I want to add events to native calendar from google's calendar programmatically ..i have and program that can fetch events from google calendar and show them in table view..how can i add these events to iphone's native calendar one by one...?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如“跳出框框思考”的建议一样,我假设只需使用 Google Mobile Sync 即可完成所有操作这对你来说是不可能的吗?我可以从痛苦的经历(实现 Google Mobile Sync 的日历部分)告诉您,在不同日历表示形式之间进行转换并不有趣。
(不幸的是,我对 iPhone 本身没有任何经验,所以我无法提供除此之外的任何建议......)
Just as a "thinking out of the box" suggestion, I assume just using Google Mobile Sync to do all this for you is out of the question? I can tell you from bitter experience (implementing the calendar part of Google Mobile Sync) that converting between different calendar representations isn't fun.
(Unfortunately I don't have any experience on the iPhone itself, so I can't offer any advice beyond that...)