UVACanvasAccess
|
Classes | |
class | BasicCalendarEvent |
class | CalendarEvent |
Represents a calendar event. More... | |
struct | EventContext |
class | TimeSlotCalendarEvent |
Represents a possible time-slot appointment within an appointment group. Actual reserved appointments within this time-slot are represented by UserReservationCalendarEvent. More... | |
class | UserReservationCalendarEvent |
Represents a user appointment within a TimeSlotCalendarEvent of an appointment group. More... | |
Enumerations | |
enum | CalendarState { Active , Locked , Deleted } |
Represents a workflow state a CalendarEvent can be in. More... | |
enum | EventContextType : byte { Course , Group , User } |
enum | SubEventContextType : byte { Section , Category } |
enum | EventType { Event , Assignment } |