Enum AppointmentStatus
Value for field 'status' in table 'appointment'. This Enum is used by: appointment.status
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public enum AppointmentStatus : short
Fields
Name | Description |
---|---|
Assignment | 11: You are assigned this appointment (initial status, like Booking(5) ) |
AssignmentDeclined | 13: You have declined the appointment assigned to you |
AssignmentSeen | 12: You have seen the assignment, but not yet declined or accepted it |
Booking | 5: Appointment is a booking invitation (initial status for a booking) |
BookingDeclined | 9: Appointment is a booking that has been seen and declined |
BookingDeleted | 10: Status of "child" appointment whose "mother" has been deleted (the meeting is cancelled) |
BookingMoved | 6: Appointment is a booking that has been moved since it was seen by the invitee |
BookingMovedSeen | 8: Appointment is a booking that has been moved. The movement has been seen but neither accepted nor rejected |
BookingSeen | 7: Appointment is a booking and has been seen, but neither accepted nor rejected |
Completed | 3: Appointment is completed |
Hidden | 4: Appointment is hidden |
NotStarted | 1: Appointment has not been started |
Started | 2: Appointment has been started, but not completed |
UnknownOrPostIt | 0: Appointment is not initialized or it is a Post-IT for users diary, used together with ApointmentType.Note only |