TmEventInfo
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | Internal identifier of an event |
creator_id | str | ❌ | Internal identifier of a person created an event |
title | str | ❌ | Event title |
start_time | str | ❌ | Datetime of starting an event |
end_time | str | ❌ | Datetime of ending an event |
all_day | bool | ❌ | Indicates whether an event has some specific time slot or lasts for the whole day(s) |
recurrence | EventRecurrenceInfo | ❌ | |
color | TmEventInfoColor | ❌ | Color of Event title (including its presentation in Calendar) |
location | str | ❌ | Event location |
description | str | ❌ | Event details |
TmEventInfoColor
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