TmCreateEventRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
title | str | ✅ | Event title |
start_time | str | ✅ | Datetime of starting an event |
end_time | str | ✅ | Datetime of ending an event |
id_ | str | ❌ | Internal identifier of an event |
creator_id | str | ❌ | Internal identifier of a person created an event |
all_day | bool | ❌ | Indicates whether event has some specific time slot or lasts for whole day(s) |
recurrence | EventRecurrenceInfo | ❌ | |
color | TmCreateEventRequestColor | ❌ | Color of Event title (including its presentation in Calendar) |
location | str | ❌ | Event location |
description | str | ❌ | Event details |
TmCreateEventRequestColor
Color of Event title (including its presentation in Calendar)
Properties
Name | Type | Required | Description |
---|---|---|---|
BLACK | str | ✅ | "Black" |
RED | str | ✅ | "Red" |
ORANGE | str | ✅ | "Orange" |
YELLOW | str | ✅ | "Yellow" |
GREEN | str | ✅ | "Green" |
BLUE | str | ✅ | "Blue" |
PURPLE | str | ✅ | "Purple" |
MAGENTA | str | ✅ | "Magenta" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs