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
peterpptpeterppt 

Creating a recurring event record and then obtaining the RecurrenceActivityID

 

I want to create a recurring event record and then query the Event and obtain the RecurrenceActivityId.  Once I've done that I can create a single event record and link it to the recurring event record via the RecurrenceActivityID.  How can I obtain the RecurrenceActivityID which is auto generated ?

 

Thanks.