I'm working on syncing events from our project management DB into a google calendar using PHP. Creating events in GCal works fine, but deleting them is proving to be a real pain, especially as there aren't any examples on how to do it.
Has anyone done this before in PHP (not on Zend Framework)?
Thanks