[Calendar API] Re: can't update events

2011-05-18 Thread Carlos Manuel Escalona Villeda
SOLVED: This is the final working code: function putfeed($feed,DOMDocument $datos,$token="") { $terminado=false; $headers=array("If-Match: *", "X-HTTP-Method-Override: PUT", "Content-Type: applica

[Calendar API] can't update events

2011-05-18 Thread Carlos Manuel Escalona Villeda
Hi, this is the problem: Using curl i can't update entryes to a specific calendar. CASE 1: headers: "If-Match: *", "X-HTTP-Method-Override: PUT", "Content-Type: application/atom+xml",

[Calendar API] Aw: Deleting a calendar-event from secondary-calendar by using .JS-API and event-id

2011-05-18 Thread Mat
The example under http://code.google.com/intl/de/apis/calendar/data/1.0/developers_guide_js.html#Samples doesn't help me, because the element must be identified by unique id and not by using a search-word. -- You received this message because you are subscribed to the Google Groups "Google

[Calendar API] Deleting a calendar-event from secondary-calendar by using .JS-API and event-id

2011-05-18 Thread Mat
Hello everyone, I have a problem and hope anybody as a idea for me. Some reading in other forum-threads doesn't fix my problem. In first my Code: var myService = new google.gdata.calendar.CalendarService('myApp'); g_token = google.accounts.user.login("https://www.google.com/calendar/feeds/";);

[Calendar API] Re: 500 error on viewing or updating event

2011-05-18 Thread V&V Webmaster
I agree with Tonda's analysis I have the exact same issue... On Apr 22, 4:22 pm, tonda wrote: > Hello all. > I have same problem but with java API. I describe the problem to the > issue with example: > > http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?i... > > In addition, I s

[Calendar API] Re: Frequent Internal Server (500) errors

2011-05-18 Thread Vincent Bonnefon
Same issue here, since a couple of weeks, many Error 500 when trying to delete eventes, using the simple code that worked for more than one year without issues : Call xmlhttp.Open("DELETE", EventIDURL, False) Call xmlhttp.setRequestHeader("Authorization", GoogleToken) Call xmlhttp.setR

[Calendar API] Re: Recent problem deleting Google Calendar events

2011-05-18 Thread Vincent Bonnefon
Same issue here, with a stable aplication using Calendar API, since a few weeks, we get error 500 when trying to delete calendars... did something change on google side ? On May 2, 2:58 pm, cyberhex wrote: > We have code that selected deleted events from the Google calendar and > has remained sta

[Calendar API] Problem importing .ics file

2011-05-18 Thread Mike Potter
I'm having a problem importing an .ics file that my application is generating. It imports fine into iCal, but when I import it into Google Calendar, none of the events show up. The URL for the file is http://noah.arkli.com/calendar/1-43ca5bb0f71843eb9964f55ed204a896.ics Any help would be app

[Calendar API] Re: How do I retreive the color of an event?

2011-05-18 Thread Alain
Hello John, This questions has already been asked (and answered) here. Short answer: the event's color attribute is not yet available through the API. Best, Alain

[Calendar API] Re: Classic ASP API?

2011-05-18 Thread Mikkel Fausing
Unfortunately, I've been unable to find much of anything on this subject - I have the exact same "problem". I'm posting here to A) show that others need this, and to B) receive updates, if any, on the subject. -- You received this message because you are subscribed to the Google Groups "Google

[Calendar API] Parsing XML feed

2011-05-18 Thread Mikkel Fausing
Another request, it's related to my other request but I feel it needs it's own topic all the same, since it might make it easier to search for the topic in the future (providing it's solved of course!) I acquire a feed of calendar events, and get some Atom XML returned, like this:

[Calendar API] Re: How do I retreive the color of an event?

2011-05-18 Thread Carlos Manuel Escalona Villeda
you can construct a query using this variables: http://code.google.com/intl/es-ES/apis/calendar/data/2.0/reference.html#Parameters this is the documentation: http://code.google.com/intl/es-ES/apis/calendar/data/2.0/developers_guide_protocol.html#RetrievingDateRange and a example: https://www.g

Re: [Calendar API] Can't get uid (using Python gdata version 2.0.14)

2011-05-18 Thread Johan Euphrosine
This looks fixed with developement version, you can get it using mercurial hg clone https://gdata-python-client.googlecode.com/hg/ gdata-python-client Let me know if it helps. On Wed, May 18, 2011 at 10:41 AM, Michel Girnyak wrote: > as I wrote in subject the version is 2.0.14 > tnx for response

[Calendar API] Re: Getting the XML data from a feed

2011-05-18 Thread Mikkel Fausing
I'm unfortunately unable to get anything useful out of the feed I'm getting! I get data like described above, but I don't know how to parse that XML (Atom I assume) in classic VBScript ASP. I am able to request a feed of events matching a text query, and get a response, but I'm unable to DO any

[Calendar API] How do I retreive the color of an event?

2011-05-18 Thread John Biddulph
hi, I can retrieve events on my calendar within a date range, I woudl like to also retrieve the color of an event?! Please help! -- 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 google-calendar-