hi.

To get Japanese holidays,
I ran the following python script:

>>> import gdata.calendar.service
>>> gcs = gdata.calendar.service.CalendarService()
>>> q = gdata.calendar.service.CalendarEventQuery(
... '[email protected]', 'public', 'basic')
>>> q.start_min = '2009-01-01'
>>> q.start_max = '2009-12-31'
>>> q.singleevents = 'true'
>>> feed = gcs.CalendarQuery(q)
>>> feed.entry[0].when
[]

But the when is empty.

Is this the specification of gdata.calenda? My script is wrong?
Or are there something wrong in
"[email protected]"?


I have one more question.
This year's Spring Equinox Day (2009-03-20) is not in the calendar.
To whom should I report this?

Regards,
blp

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