Zend Gdata 类:如何在特定日历中保存日历项目

发布于 2024-12-12 14:01:56 字数 176 浏览 1 评论 0原文

使用 Zend Gdata 库创建事件时如何选择要使用的日历。在默认日历中创建事件非常容易(http://code.google.com/apis/calendar/data/1.0/developers_guide_php.html#CreatingEvents),

但我不明白如何在另一个日历中创建条目。有什么想法吗?

How do I select the calendar to use when creating events using the Zend Gdata library. It's pretty easy to create an event in the default calendar (http://code.google.com/apis/calendar/data/1.0/developers_guide_php.html#CreatingEvents)

But I do not understand how I can create an entry in another calendar. Any idea's?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

在梵高的星空下 2024-12-19 14:01:56

好的,我自己找到了... insertEvent($event, $link) 方法接受第二个参数,您可以在其中放置指向要在其中保存事件的日历的链接。使用 Zend_Gdata_Calendar_ListFeed 类中的 'link' 参数

Okay, found it myself... the insertEvent($event, $link) method accepts a second parameter in which you can put the link to the calendar in which you would like to save the event. Use the 'link' parameter that can be found in the Zend_Gdata_Calendar_ListFeed class

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文