Hi Trevor, Thanks for the reply. This is the URL I'm using:
http://www.google.com/calendar/feeds/<id>/public/full I'm able to obtain all the other data (title, content, location) without any problems. I'm just having problems with the Participants and the Summary (but that's another story). Kind regards, Carlos Ferreira On Mar 9, 9:23 pm, Trevor Johns <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
