GetAppointmentForInsert

Description

This activity creates an AppointmentForInsert object which represents a basic appointment related to its Calendar (and ClassType, Domain and ObjectState if it's extended with profile).


Appointment

Defines if the appointment takes up all day.

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.

CalendarSecurityIdentityId InArgument<Int32?>

The SecurityIdentityId of the calendar in which to insert the appointment. (This parameter allows to add )

PlanningCategoryId InArgument<Guid?>

The Planning category to assign to the securityIdentity of the calendar


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

ClassTypeExternalId InArgument<String>

The ExternalId of the ClassType in which to insert the profile.

ClassTypeId InArgument<Int32?>

The Id of the ClassType in which to insert the profile.

DomainExternalId InArgument<String>

The ExternalId of the Domain in which to insert the profile.

DomainId InArgument<Int32?>

The Id of the Domain in which to insert the profile.

ObjectStateExternalId InArgument<String>

The ExternalId of the ObjectState in which to insert the profile.

ObjectStateId InArgument<Int32?>

The Id of the ObjectState in which to insert the profile.


Recurrence

ExpirationDate InArgument<DateTime?>

RecursInTheDay InArgument<EDays?>

RecursInTheMonth InArgument<EMounth?>

RecursInTheMonthDays InArgument<ERecursInTheMounthDays?>

RecursInTheMonthOn InArgument<ERecursInTheMounthOn?>

RepeatEvery InArgument<Int32?>