Hello,
When I try to retrieve the participants from an Event using the Java
API every thing works well, but when I try to do it using the
Javascript API only the calendar owner is returned. I don't what I am
doing wrong:
for( var i = 0; i < participants.length; i++ ) {
eventHtml.push(event.getParticipants()[i].getEmail());
}
Thanks for any help you can give me.
Kind regards,
Carlos Ferreira
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---