Wednesday, June 07, 2006

Available calendar informations

How do i view all the google calendar data? For instance an event description is there an easy way to getting this data?
Currently, after parsing the data, you can access those data:
  • calendar.product_id
  • calendar.version
  • calendar.scale
  • calendar.method
calendar.events is an array of Event... so you need to iterate over it ;)
For each event you should see:
  • event.start_date
  • event.end_date
  • event.time_stamp
  • event.class_name
  • event.created
  • event.last_modified
  • event.status
  • event.summary

No comments: