2011-08-11 5 views

답변

0

그것을 발견 (... 그들은 더 참가자가없는 문서에서 불과 같은 예) 인터넷 검색에서 아무것도 찾을 수 couldnt한다; 다음과 같이 이벤트에서 SendEventNotifications를 설정해야합니다.

$notification = new Zend_Gdata_Calendar_Extension_SendEventNotifications(); 
$notification->setValue(true); 
$event->SendEventNotifications = $notification; 
관련 문제