Out of Office API

Out of Office API

The DE Apex API includes methods to create and delete out of office entries. Create Out of Office Entries. global static Map<String, Id> createOutOfOffices(Set<String> userIds, OutOfOfficeDTO outOfOf…

Simon Maskell
Updated by Simon Maskell

Out of Office API Parameters

OutOfOfficeDTO. The OutOfOfficeDTO contains the information needed to create an out of office entry. global with sharing class OutOfOfficeDTO { /** * The start date of the out of office. * Required.…

Simon Maskell
Updated by Simon Maskell

Contact