7 messages in com.googlegroups.google-calendar-help-dataapiRe: Frustrating: DELETE Events cannot...| From | Sent On | Attachments |
|---|---|---|
| rgarito | 24 Apr 2008 23:53 | |
| Austin (Google) | 25 Apr 2008 00:32 | |
| yesteray | 25 Apr 2008 00:36 | |
| vanderkerkoff | 25 Apr 2008 01:40 | |
| rgarito | 25 Apr 2008 07:45 | |
| Ray Baxter | 25 Apr 2008 13:08 | |
| Ray Baxter | 25 Apr 2008 14:00 |
| Subject: | Re: Frustrating: DELETE Events cannot find EDIT URI![]() |
|---|---|
| From: | Ray Baxter (ray....@gmail.com) |
| Date: | 04/25/2008 01:08:42 PM |
| List: | com.googlegroups.google-calendar-help-dataapi |
rgarito wrote:
Also, I have looked at the examples for the other various languages, and being they all refer to high-level APIs, those examples are useless for those of us who are writing code that directly interfaces to the XML. The only information I've found on the actual XML code is the Reference document (which has no examples) and the Guide document, which has very poor/non-existant examples for things like secondary calendars.
Sorry if I wasn't clear in my suggestion. There is some knowledge to be learned from looking at the high-level APIs, but I am suggesting that you look at the actual code that is used to implement those high-level APIs. Check out the code for the Zend php GData library or Frank's latest .NET library.
This code is doing exactly what you want to be doing in VB, except it is doing it in php, python, java, or .net. It is opening up http connections, making get, post, put and delete requests, parsing xml, etc. You will need to translate to a different language, but it isn't that difficult to learn how the urls and query parameters are used in different scenarios. This is 4 separate reference implementations for what you want to do. Accurate documentation is good, but working code is awesome.
Ray
--~--~---------~--~----~------------~-------~--~----~
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
goog...@googlegroups.com
To unsubscribe from this group, send email to
goog...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---




