More...
|
override string | ToPrettyString () |
| Returns a pretty, formatted string representation of the object.- Returns
- The formatted string.
|
|
|
string | LocationName [get] |
| The event's location.
|
|
string | LocationAddress [get] |
| The event's address.
|
|
ulong | Id [get] |
| The event id.
|
|
string | Title [get] |
| The event title.
|
|
DateTime | StartAt [get] |
| When the event begins.
|
|
DateTime | EndAt [get] |
| When the event ends.
|
|
string | Type [get] |
| The event type; 'event' or 'assignment'.
|
|
string | Description [get] |
| The event description.
|
|
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.
|
|
string | EffectiveContextCode [get] |
| If applicable, a more specific context code under ContextCode.
|
|
IEnumerable< string > | AllContextCodes [get] |
| All context codes this event is under.
|
|
CalendarState? | WorkflowState [get] |
|
bool | Hidden [get] |
| Whether the event is hidden from the calendar.
|
|
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.
|
|
uint? | ChildEventsCount [get] |
| The amount of child events.
|
|
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.
|
|
string | Url [get] |
| The API url for this event.
|
|
string | HtmlUrl [get] |
| The Canvas web url for this event.
|
|
DateTime? | AllDayDate [get] |
| The date of this event.
|
|
bool | AllDay [get] |
| Whether this event is all-day.
|
|
DateTime | CreatedAt [get] |
| When the event was created.
|
|
DateTime | UpdatedAt [get] |
| When the event was last updated.
|
|
|
| CalendarEvent (Api api, CalendarEventModel model) |
|
readonly Api | Api |
|
◆ ToPrettyString()
override string UVACanvasAccess.Structures.Calendar.BasicCalendarEvent.ToPrettyString |
( |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file:
- UVACanvasAccess/Structures/Calendar/BasicCalendarEvent.cs