Newer Version Available
ServiceResourceScheduleHandler Interface
Allows an implementing class to check external calendar events to find
already booked time slots for the requested service resources. This interface is part of
Salesforce Scheduler.
Namespace
Usage
The lxscheduler.ServiceResourceScheduleHandler interface is called by Salesforce Scheduler APIs.
To implement this interface, you must first declare a class with the implements keyword as follows:
Next, your class must provide an implementation for the following method:
The implemented method must be declared as global or public.