Skip to main content

Class AppointmentSyncData

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for AppointmentSyncData.

Inheritance

objectCarrierAppointmentSyncData

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

AppointmentSyncData()

Default constructor - defaults any enum props to 0.

Properties

AlarmTime

Date and time at which to show alarm

Property Value

DateTime

AppointmentId

Primary key

Property Value

int

AppointmentText

The appointment’s textbox; holds a descriptive text about the appointment. Filled out by the user.

Property Value

string

ContactDepartment

The department of the contact connected to the appointment

Property Value

string

ContactFullName

The entire name of the contact, including department name

Property Value

string

ContactId

The contacts identifier

Property Value

int

ContactName

The contact associated with the appointment.

Property Value

string

EndDate

Date + end time planned

Property Value

DateTime

HasAlarm

Does this appointment have an alarm

Property Value

bool

IsAllDay

Property Value

bool

IsAssignment

Property Value

bool

IsBusy

Property Value

bool

IsCompleted

Property Value

bool

IsInvitation

Property Value

bool

IsTentative

Property Value

bool

Location

Location for appointment, defaulted from invited resource of type place and other rules, but you can write anything you want here

Property Value

string

Participants

Property Value

ParticipantSyncData[]

PersonFormalName

Property Value

string

PersonFullName

The full name of the person this appointment belongs to.

Property Value

string

PersonId

Person ID of person the appointment is with, may be 0

Property Value

int

ProjectId

ID of project referred to, may be 0

Property Value

int

ProjectName

Project name

Property Value

string

SaleId

Owning sale, if any (may be 0)

Property Value

int

SaleName

Sale heading (short description?)

Property Value

string

StartDate

date + start time planned

Property Value

DateTime

TaskName

Property Value

string

See Also

AppointmentAgent