Hello Michael, You can retrieve the list of participant with getParticipants (which will return an instance of the list) and remove the participant from the list using the remove method.
Best, Alain On Thu, Aug 18, 2011 at 10:29 PM, Michael Yap <[email protected]> wrote: > Hi Alain, > > I actually tried doing that but there seems to be only 2 method for the > CalendarEventEntry object dealing with participants namely > > List<EventWho> getParticipants() > void addParticipant(EventWho participant) > > there's doesn't seem to be a setter method for participants nor is there a > delete method. > > Thanks mate. > > -Michael- > > -- > 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://code.google.com/apis/calendar/community/forum.html > -- Alain Vongsouvanh -- 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://code.google.com/apis/calendar/community/forum.html
