views:

158

answers:

1

Hi, I'm trying to use the google GData api to insert an event in a google calendar. My question is this: I don't see anywhere in the header files for GDataEntryCalendarEvent the ability to add guests to an event?

Anyone know how to do that?

+2  A: 

If you look in GDataEntryEvent there are some methods to add participants.

Elfred
That be it! Thanks! I had just found the GDataWho modules when I came to back to edit my response, but hadn't seen the participants method yet! Thanks so much!
ThaDon