On Wed, Oct 29, 2008 at 3:38 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I'm trying to post an event to a calendar using the Zend function:
>
> $newEvent = $service->insertEvent($event, $catId);
>
> $event is an instance of service's newEventEntry();
> $catId is the uri of the calendar and I obtain it using $calendar-
>>getSelfLink()->getHref().'/private/full'
For anybody else who encounters this thread, the correct way to get
the URL of a calendar's event feed from a calendar entry
(Zend_Gdata_Calendar_ListEntry) is:
$calendar->getLink('alternate')->getHref()
--
Trevor Johns
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---