i'm having some troubles to update an existing event.
this is my code:

function updateEvent($eventURL, $gdata){        
        $event       = $this->_gdataCal->getCalendarEventEntry($eventURL);
        
        $this->setEvent($event, $gdata); //here is set the event details
        
        try{ $event->save;}
        catch (Zend_Gdata_App_Exception $e) {
            echo "Error: " . $e->getMessage();}
    }

i get an error saying there is no save method.

where am i wrong?

-- 
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://code.google.com/apis/calendar/community/forum.html

Reply via email to