Calendar Event Object
Name | Type | Description | Required |
---|---|---|---|
allday | boolean | Is a Boolean indicating whether the event is an “all day” event. | No |
application | Application Object (see below) | Application associated to the event. | No |
created | Event Timestamp Object (see below) ) | Creation time of the event. | No |
creator | Event Creator | Creator of the event. | No |
starttime | Event Timestamp Object (see below) | Start time of the event. | No |
endtime | Event Timestamp Object (see below) | Ending time of the event. | No |
deployid | integer | Is the ID of the deployment (if this is a deployment record), 0 otherwise. | No |
desc | string | Is the Description of the event. | No |
environment | Event Environment Object (see below) | Environment for the even.t | No |
id | integer | Is the internal event id. | No |
pending | boolean | Is a Boolean indicating whether the event is awaiting approval by the environment owner. | No |
title | string | Is the event title. | No |
type | string | Is the event type. | No |
Last modified December 18, 2020: reorganzise sections (85d5aef)