| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId |
EventId. Uniqueidentifier for the event |
integer |
None. |
| PropertyId |
PropertyID. Property that the event belongs to. SEE /residentapi/properties/{propertyId} |
integer |
None. |
| CommitteeId |
CommitteeID. Committee that the event belongs to. Cannot be associated to a Connect Committee. SEE /residentapi/propertycommittees (not yet implemented) |
integer |
None. |
| CategoryId |
CategoryID. Category that the event belongs to. Ex. "Games", "Shopping", etc. SEE /residentapi/eventcategories |
integer |
None. |
| SubCategoryId |
SubCategoryID. SubCategory that the event belongs to. SEE /residentapi/eventcategories/{eventcategoryId}/eventsubcategories |
integer |
None. |
| Title |
Title. Title or subject of the event |
string |
None. |
| Description |
Description. Description of the event |
string |
None. |
| Location |
Location. Location of the event |
string |
None. |
| DateStart |
DateStart. Start Date and time of the event |
date |
None. |
| DateEnd |
DateEnd. End Date and time of the event |
date |
None. |
| HyperlinkLabel |
HyperlinkLabel |
string |
None. |
| HyperlinkUrl |
HyperlinkUrl |
string |
None. |
| Fee |
Fee. Event fee |
decimal number |
None. |
| IsCancelled |
IsCancelled. Has the event been cancelled or not |
boolean |
None. |
| Calendar |
Calendar. Calendars from connect (Ex. Community, Board, Committees, etc.) and the one from CWS called "CWS Calendar" |
EventCalendar |
None. |
| IsCwsEvent |
IsCwsEvent. If this value is "false" then this event belongs to connect |
boolean |
None. |
| Photos |
Photos. Photos for the event |
Collection of EventPhoto |
None. |
| Attachments | Collection of EventAttachment |
None. |
|
| Locations | Collection of EventLocation |
None. |