Hi all,

I am creating calendars by using Calendar Data API. Some times
calendar is created successfully, but some times i get timeout
(Download) error.
And most of the times when i receive Timeout error, the calendar is
also being created(it appears in my calendars list). So whenever
Timeout error occurs I can not say for sure that calendar was created
or not.

To make it sure i want to check if a calendar with a given name exists
or not.
and i tried the following code

text_query = 'sports'
query = gdata.calendar.service.CalendarListQuery(None,text_query)
feed = calendar_service.CalendarQuery(query)

but it gives following error
RequestError: {'status': 403, 'body': 'This service does not support
the 'q' parameter.', 'reason': ''}

does anyone have any idea about the error?
Or any one can suggest me another way of achieving it?


Thanks,

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

Reply via email to