Name | Type | Description | Notes |
---|---|---|---|
subject | string | Subject/Title of the Event. | |
start | \Equisoft\SDK\EquisoftConnect\Model\DateOrDateTime | ||
end | \Equisoft\SDK\EquisoftConnect\Model\DateOrDateTime | [optional] | |
allDay | bool | Indicate if the event is an all-day event or a timed event. | |
initialDate | string | Date the Event was initially scheduled. As defined by full-date - RFC3339. | [optional] |
description | string | Public description of the Event. | [optional] |
location | string | Location of the event in free-text form. | [optional] |
type | string | Event type | [optional] |
categoryId | int | ID of the field value to use as category. | [optional] |
subCategoryId | int | ID of the field value to use as sub-category. | [optional] |
priority | int | Importance/Priority of an event or task. 5 is the most important. | [optional] |
visibility | string | Confidentiality level of the Event (private or not). [NORMAL, PRIVATE] | [optional] |
contactIds | int[] | Allow to link the event to one or many contacts. | [optional] |
calendarId | string | Calendar the Event will be created for. - A numerical ID returned by listCalendars. - The string "primary" for the current connected user primary ("TODO") calendar. - The string "completed" for the current connected user completed ("DONE") calendar. The `calendarId` parameter can't be used with the `ownerId` parameter. | [optional] |
ownerIds | int[] | For local legacy events, `ownerIds` can be used instead of calendarId to create an Event for many user at once. - Cannot be used with `calendarId`. - Cannot be used for users with remote calendar (Exchange, Microsoft, Outlook.com). | [optional] |