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 |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified September 5, 2024: Signed-off-by: tracyragan <[email protected]> (548693a)