Zvini
22:25:30

« Event » add

event/add - Creates a new event.
Method parameters:
text - The event text.
event_time - The Unix timestamp of the day of the event.
start_hour - The hour when the event starts.
start_minute - The minute when the event starts.
Returns a JSON document of the following format:
<number> - The ID of the newly created event.
Expected errors:
ENTER_TEXT - The event text is empty.