Zvini
22:23:52

« Event » list

event/list - Returns a list of all events.
The method has no parameters.
Returns a JSON document of the following format:
[
{
id: <number> - The ID of one of the events.
text: <string> - The event text.
event_time: <number> - The Unix timestamp of the day of the event.
start_hour: <number> - The hour when the event starts.
start_minute: <number> - The minute when the event starts.
insert_time: <number> - The Unix timestamp of when the event was created.
update_time: <number> - The Unix timestamp of when the event was last modified.
}
...
]
No errors expected.