Add calendar event status and color to README

This commit is contained in:
Evgeny
2023-04-12 12:42:32 +04:00
parent f2cef5d080
commit b94901d741

View File

@@ -351,6 +351,8 @@ Event table format:
* `calendar_id` - calendar ID; * `calendar_id` - calendar ID;
* `title` - title of the event; * `title` - title of the event;
* `description` - description of the event; * `description` - description of the event;
* `color` - color of the event;
* `status` - status string of the event or empty;
* `location` - address of the event by string; * `location` - address of the event by string;
* `begin` - start time of the event (in seconds); * `begin` - start time of the event (in seconds);
* `end` - time of the event end (in seconds); * `end` - time of the event end (in seconds);