Hi,
I would like to delete an event from a calendar with the followoing
code:

//insertedEntry is the event what I want to delete
"client.executeDelete(insertedEntry);"

in the Class CalendarClient:

" public void executeDelete(Entry entry) throws IOException {
    HttpRequest request = requestFactory.buildDeleteRequest(new
GenericUrl(entry.getEditLink()));
    request.execute().ignore();
  }",

What's wrong?

Thanks,
Leslie.





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