GetAppointmentForUpdate

Description

This activity returns an AppointmentForUpdate given the AppointmentId of the appointment to update.


Appointment

Defines if the appointment takes up all day.

AppointmentId InArgument<Guid>

The Id of the appointment to update.

Description InArgument<String>

The description of the appointment

The start date of the appointment

Private InArgument<Boolean?>

Defines if the appointment must be private.

The status of the appointment.

The title of the appointment

The end date of the appointment


Calendar

CalendarId InArgument<Guid?>

The Id of the calendar in which to insert the appointment.


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.


Recurrence

ExpirationDate InArgument<DateTime?>

RecursInTheDay InArgument<EDays?>

RecursInTheMonth InArgument<EMounth?>

RecursInTheMonthDays InArgument<ERecursInTheMounthDays?>

RecursInTheMonthOn InArgument<ERecursInTheMounthOn?>

RepeatEvery InArgument<Int32?>