function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Dave WallinDave Wallin 

Programatically adding attendees to an event

Does anyone know how to set attendees on a meeting using SOAP?  Thanks.
Mike LeachMike Leach

From the API documentation for EventAttendee:
Supported Calls
query(), retrieve(), getUpdated(), getDeleted(), describeSObjects()


The polymorphic nature of the AttendeeId field probably makes API creation problematic, hence not supported.