Zend Gdata PHP API - 如何设置/获取“颜色”活动财产

发布于 2024-11-29 05:25:18 字数 466 浏览 0 评论 0 原文

可能的重复:
Google 日历 API - PHP - 设置事件的颜色

如何设置/获取 Google 日历中事件的“颜色”属性?

没有这方面的文档。

这应该是一个简单的情况...

$event->color = "red";

就像您更新文本时所做的那样...

$event->title = "hello";

但例外是说“没有这样的属性”。

这是针对 PHP API Zend Gdata 的。

Possible Duplicate:
Google Calendar API - PHP - set event’s color

How do you set/get the 'color' property for events in Google Calendar?

There is no documentation for this.

It should be a case of simply...

$event->color = "red";

like you would do if you were updating the text...

$event->title = "hello";

but the exception is saying "no such property".

This is for the PHP API Zend Gdata.

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

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

发布评论

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

评论(1

梓梦 2024-12-06 05:25:18

根据 API 文档,即使您可以在 Google 日历的网络用户界面上执行此操作。

It looks like you cannot set the color of a single event through the Google Calendar GData API, according to the API documentation, even if you can do it on Google Calendar's web UI.

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