On Fri, Mar 6, 2009 at 8:10 AM, Ron <[email protected]> wrote:
>
> I'm coding a swift clean php implementation of the calendar data api.
> For my taste the Zend one is much to big. At this moment the
> interaction with the Calendar Data API is working correctly, so that's
> not the problem.
>
> At this moment I'm using my implementation to synchronize an existing
> webbased calendar to the google calendar. I'm facing problems making
> it work correctly because it's not possible to undo changes at the
> google calendar or am
> I missing something?
>
> Code says more then a thousand words ;)

Ron,
You're correct, the Calendar API does not have an undo operation.

Whenever you upload a new entry, a copy of that entry is returned to
you, including it's edit link. What you'll have to do is add code to
your exception handler that deletes the calendar entry you just
created using that edit link.

-- 
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to