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
PlatFormCloudPlatFormCloud 

SOQL query or Coding required?

I want to retrieve the list of users who have conflicts in their appointments i.e. the users have more than 2 appointments(Events) at a same time. Is it possible through SOQL query?

Or we have to write any custom code for this requirement?

Thanks!