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
MattSMattS 

Event Attendee

Hi,
 
Using the API I'm trying to create an event and invite an attendee to that event.
 
I'm finding that I can't create an Event followed by an EventAttendee as I get the following error:
CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY
 
Is it possible to do what I'm looking for?
 
Thanks in advance
Matt
Best Answer chosen by Admin (Salesforce Developers) 
jlojlo
Vote up this idea: http://ideas.salesforce.com/article/show/101060/Would_like_API_access_to_createupdate_EventAttendee

All Answers

SuperfellSuperfell
Sorry, Event attendee is not writable via the API.
SkyMatix_DevSkyMatix_Dev
Does the same limitation apply to APEX?

I think I am running into the same issue...

Thanks for clarifying.
SuperfellSuperfell
Yes, same in Apex.
VarunCVarunC
Any suggestions if i would like to add an attendee using APEX ?
SimonF wrote:
Yes, same in Apex.


jlojlo
Vote up this idea: http://ideas.salesforce.com/article/show/101060/Would_like_API_access_to_createupdate_EventAttendee
This was selected as the best answer
Lakhan PrajapatiLakhan Prajapati

Is there any way to implement standarad event functionality using custom objects?

I tried to look around the schedulable apex to implement the recurrence feature, but it doesn't support all features of salesforce event, Is there anything to simulate standard event's functionality?

 

I am new to salesforce,any help will be appriciated.