Yes I understand that. I have read over the PHP, python, and HTTP APIs several time. The problem is that for PHP I cannot get it to work due to an SSL issue. I got the HTTP to work using the wrapper class I mentioned, but as I know nothing about HTTP, I cannot invent my own delete form of his create event function:
$_entry = "<entry xmlns='http://www.w3.org/2005/Atom' xmlns:gd='http:// schemas.google.com/g/2005'> <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'></category> <title type='text'>".$settings["title"]."</title> <content type='text'>".$settings["content"]."</content> <author> <name>".$this->email."</name> <email>".$this->email."</email> </author> <gd:transparency value='http://schemas.google.com/g/2005#event.opaque'> </gd:transparency> <gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'> </gd:eventStatus> <gd:where valueString='".$settings["where"]."'></gd:where> <gd:when startTime='".$settings["startDay"]."T". $settings["startTime"].".000Z' endTime='".$settings["endDay"]."T".$settings["endTime"].". 000Z'></gd:when> </entry>"; On Jun 4, 1:45 pm, "Lane LiaBraaten (Google)" <[EMAIL PROTECTED]> wrote: > Hi Jeff, > > There is actually an entire client library for interacting with Google > Calendar via the Google data API. This link will tell you where to > get it and how to use > it:http://code.google.com/apis/calendar/developers_guide_php.html. > You'll find examples of how to use the client library to create, > query, modify, and delete calendar events. > > Happy coding, > Lane > > On Jun 4, 10:27 am, "[EMAIL PROTECTED]" > > <[EMAIL PROTECTED]> wrote: > > I currently am working on integrating google calendar into our office > > as a scheduling tool for our conference room. I have it embedded in > > our local intranet, where anyone can go and fill out a form to > > schedule a timeslot for the room. Is there a way to make it so that > > there are no double reservations? > > > Also, I'm not a brilliant programmer, so does anyone have any class > > such as the Google Calendar Wrapper > > here:http://www.phpclasses.org/browse/package/3548.html > > but for deleting events? I know some php/python, but I am having no > > success. > > > Thanks > > > -Jeff --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
