From b94901d741ce4c6e1b831a5468fdbcb448368d6c Mon Sep 17 00:00:00 2001 From: Evgeny Date: Wed, 12 Apr 2023 12:42:32 +0400 Subject: [PATCH] Add calendar event status and color to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bee3025..b051f3d 100644 --- a/README.md +++ b/README.md @@ -351,6 +351,8 @@ Event table format: * `calendar_id` - calendar ID; * `title` - title 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; * `begin` - start time of the event (in seconds); * `end` - time of the event end (in seconds);