我似乎无法弄清楚如何通过php api将参与者(嘉宾)添加到活动中?
不是吗? 也许任何解决方法?
任何代码片段都会有很大帮助,无法通过Google搜索找到任何内容(只是文档中没有参与者的相同示例......)
答案 0 :(得分:0)
$notification = new Zend_Gdata_Calendar_Extension_SendEventNotifications();
$notification->setValue(true);
$event->SendEventNotifications = $notification;