GetAppointmentSearch

Description

This activity returns the base QueryAppointment object which is necessary for all search operations.


Appointment Search Details

CalendarId InArgument<Guid?>

The Calendar where to search the appointments


DocsMarshal Connection

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left null the activity will work on the running installation. To work on another installation you must get its orchestrator by the activity DatabaseOrchestrator.


Profile Search Details

FieldsToSelect InArgument<String>

All fields are selected by default. With this argument you can specify the list of fields you want to select if they are not all required. Selecting only some fields will speed up the search operations. The fields must be written in a formatted string separated by a semicolon ('field1; field2; field3; field4').


Select

All_AppointmentFields Boolean

Select all fields of the appointments

All_AttendeesFields Boolean

Select all fields of the attendees