Field Name |
Type |
Value Description |
id |
string |
Event identifier. |
created_at |
string |
Creation time of the event. |
update_at |
string |
Last modification time of the event. |
summary |
string |
Title of the event. |
description |
string |
Description of the event. |
location |
string |
Geographic location of the event. |
category |
string |
Category of the event. |
start |
string |
The start time of the event. |
end |
string |
The end time of the event. |
link |
string |
URL link of the event. |
{
"id": "5o4510qqjm3ccjd4k7i0fu15so",
"created_at": "2015-11-03T07:13:41.230+08:00",
"updated_at": "2015-11-03T07:13:41.230+08:00",
"summary": "Test Summary",
"description": "Test Description",
"location": "Test Location",
"category": "學生",
"start": "2016-01-01T08:00:00.000+08:00",
"end": "2016-01-01T09:00:00.000+08:00",
"link": "http://example.com"
}