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
ChitraChitra 

Recurring Event

All,

I am trying to update Event based on certain conditions. The query result contains individual Events, Events in a Series( for eg: 00U30000003WWEbEAO) and also the Series object(for eg: 00U30000003WWEaEAO) qualified by the same conditions. They are like 2 event objects with different IDs but one is individual event in the series and other is the series object itself..!!!

So when I update them, the entire series gets updated and hence future events get updated too..

My Question is : Via the API is there a way to identify Series Event Object vs Event Object.

thanks,
Chitra
SuperfellSuperfell
IsRecurrence will be true for the event that defines the series.
ChitraChitra
Thanks .. That makes sense now..!!!

Chitra