I'm working on developing a gadget that shows a list of meetings that
are unconfirmed for the current user.  Unfortunately, I can't figure
out a way to get the confirmation status for a meeting from the static
data strucutre (calendar.events) returned by the google.calendar.read
class' getEvents() method.

I need some ideas for doing this another way, or convincing Google to
include the confirmation status in the calendar.events static data
strucutre.

Documentation is here: http://code.google.com/apis/calendar/gadgets/sidebar/

I thought about looping through the Array<calendar.contact> within the
calendar.events static structure to see if the current user is in this
list and assume (but haven't tested yet to see) that only the
attendees that replied 'yes' are in this array.  If the current user
replied 'NO' then this doesn't help me out much.  If the array is a
complete list of attendees, regardless of confirmation status, then
this doesn't help me out, either.

Thanks in advance for your insight and ideas!!

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