Hey everyone,

I know that you can use setVisibility('private-abcdefg') for
newEventQuery() in order to specify a particular calendar.

My question is, can I use the same concept for newEventEntry()?

$gdataCal = new Zend_Gdata_Calendar($client);


     $newEvent = $gdataCal->newEventEntry();

     $newEvent->setVisibility('private-******************');


I tried out this code, but I receive the error:

     Fatal error: Call to a member function getDOM() on a non-object
in /home/content/b/e/h/behrk2/html/ZendGdata-1.8.4PL1/library/Zend/
Gdata/Kind/EventEntry.php on line 154

Is there anything I can do to accomplish this? Because I have multiple
Google Calendar's in one account, and I would like to specify which
Calendar an event should go to...

Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to