如何在不同的日历之间切换



我的谷歌日历帐户中有一堆日历。我想出了如何在其中一个日历下添加一个事件,但是当您已经创建了事件时,有没有办法通过 update() 切换到不同的日历?谢谢

尝试使用:

事件:移动

将事件移动到另一个日历,即更改事件的组织者。

下面是move()的示例代码:

$result = $service->events->move('primary', 'eventId', 'destinationCalendarId');
// Print the updated date.
echo $result->getUpdated();

相关内容

  • 没有找到相关文章

最新更新