On Mon, Mar 9, 2009 at 10:19 AM, cajo_vcambra <[email protected]> wrote: > > 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
Carlos, I'm not able to reproduce this on my end. Out of curiosity, what URL are you using to access the calendar when using the JavaScript client? -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
