The C1Appointment type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1Appointment |
Initializes a new instance of the C1Appointment class.
|
Methods
Name | Description | |
---|---|---|
![]() |
Clone |
Clone a new object.
|
![]() |
CreateNewReminder |
Create a new C1Reminder object associated with this C1Appointment object.
|
![]() |
GetJSONObj |
Returns the properties that will be sent to the server.
|
![]() |
Invalidate |
Invalidate appointment's visual element(s).
|
Properties
Name | Description | |
---|---|---|
![]() |
Body |
Gets or sets the appointment body.
|
![]() |
Categories |
Gets or sets the list of appointment's categories.
|
![]() |
Contacts |
Gets or sets the list of appointment's contacts.
|
![]() |
Duration |
Gets or sets the appointment's duration.
|
![]() |
EndDate |
Gets or sets the appointment's end date.
|
![]() |
Id |
Gets or sets the appointment id.
|
![]() |
IsAllDayEvent |
Gets or sets a value indicating whether this instance is an All Day appointment.
|
![]() |
IsPrivate |
Gets or sets a value indicating whether this appointment is private.
|
![]() |
Label |
Gets or sets the appointment label.
|
![]() |
Location |
Gets or sets the appointment location.
|
![]() |
ObjectState |
Gets or sets the state of the object.
|
![]() |
OwnerSchedule |
Gets or sets the C1Schedule control that owns the appointment.
|
![]() |
ParentRecurrence |
Gets the C1Appointment object that defines the recurrence
criteria for this C1Appointment object.
If this appointment is a not member of a recurrence,
or is itself a root appointment, null is returned.
|
![]() |
RecurrenceState |
Recurrence state for this appointment instance.
|
![]() |
RecurrencPattern |
Get C1RecurrencePattern for this C1Appointment.
|
![]() |
Reminder |
Reminder of C1Appointment object.
|
![]() |
ReminderSet |
Gets or sets the Boolean value indicating whether
a reminder is associated with the appointment.
|
![]() |
ReminderTimeBeforeStart |
Alert time (minutes) before events.
|
![]() |
Resources |
Gets or sets the list of appointment's resources.
|
![]() |
StartDate |
Gets or sets the appointment start date.
|
![]() |
Statuses |
Gets or sets the list of appointment's statuses.
|
![]() |
Subject |
Gets or sets the appointment subject.
|