I'm having a problem with updating an event title with PHP. Here's the same code:
$eventId = "http://www.google.com/calendar/feeds/k71fkc9lJJJJJJJJJJJ %40group.calendar.google.com/private/full/oJJgtvJJJJJJJJJuc"; $event = $gCal->getCalendarEventEntry($eventId); $event->title = $gCal->newTitle($newTitle); $event->save(); Sometimes this will update the original event title, which is desired, but other times it will create a completely new event leaving the original event intact. Has anyone else experienced this? I remember reading a post saying that the eventId can change. Is that true? Thanks for any help you can provide!!! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
