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
OmarOmar 

Creating Event object using API

Hi,
I am trying to create an Event using the api. The Event object doesnt contain the Attendee/Invitee details. These are saved separately as EventAttendee objects. However, it seems that we cannot create an EventAttendee object using the API. Is it true?
If it is true then is there any other way i can add invitees to an event using the API?
kindly help me in this regard
Thanks
regards,
Omar Altaf
Ron HessRon Hess
Event is not insertable / creatable object using the API

you can check the sforce explorer to see if those other tables are creatable or not, look for "creatable" in the describe results, i can't recall.