UVACanvasAccess
|
Represents a user appointment within a TimeSlotCalendarEvent of an appointment group. More...
Public Member Functions | |
override string | ToPrettyString () |
Returns a pretty, formatted string representation of the object. | |
Properties | |
ulong | AppointmentGroupId [get] |
The id of the appointment group this event belongs to. More... | |
string | AppointmentGroupUrl [get] |
The API url of the appointment group this event belongs to. More... | |
bool? | CanManageAppointmentGroup [get] |
User | User [get] |
The user who made the reservation. More... | |
![]() | |
string | LocationName [get] |
The event's location. More... | |
string | LocationAddress [get] |
The event's address. More... | |
![]() | |
ulong | Id [get] |
The event id. More... | |
string | Title [get] |
The event title. More... | |
DateTime | StartAt [get] |
When the event begins. More... | |
DateTime | EndAt [get] |
When the event ends. More... | |
string | Type [get] |
The event type; 'event' or 'assignment'. More... | |
string | Description [get] |
The event description. More... | |
string | ContextCode [get] |
The context code of the event, indicating which calendar the event belongs to. The code can begin with {'user_', 'course_', 'group_'} followed by the appropriate id. More... | |
string | EffectiveContextCode [get] |
If applicable, a more specific context code under ContextCode. More... | |
IEnumerable< string > | AllContextCodes [get] |
All context codes this event is under. More... | |
CalendarState? | WorkflowState [get] |
bool | Hidden [get] |
Whether the event is hidden from the calendar. More... | |
string | ParentEventId [get] |
If the event has a parent, such as a timeslot or a course-level event above a section-level event, its id. More... | |
uint? | ChildEventsCount [get] |
The amount of child events. More... | |
IEnumerable< CalendarEvent > | ChildEvents [get] |
The child events. For timeslots, these will be any reservations. For a course-level event, these will be section-level events. More... | |
string | Url [get] |
The API url for this event. More... | |
string | HtmlUrl [get] |
The Canvas web url for this event. More... | |
DateTime? | AllDayDate [get] |
The date of this event. More... | |
bool | AllDay [get] |
Whether this event is all-day. More... | |
DateTime | CreatedAt [get] |
When the event was created. More... | |
DateTime | UpdatedAt [get] |
When the event was last updated. More... | |
Additional Inherited Members | |
![]() | |
CalendarEvent (Api api, CalendarEventModel model) | |
![]() | |
readonly Api | Api |
Represents a user appointment within a TimeSlotCalendarEvent of an appointment group.
|
get |
The id of the appointment group this event belongs to.
|
get |
The API url of the appointment group this event belongs to.
|
get |
The user who made the reservation.