{"Name":"id","Type":"[ string ]","Description":"Event id."} {"Name":"calendarId","Type":"[ string ]","Description":"Calendar id."} {"Name":"title","Type":"[ string ]","Description":"Event title."} {"Name":"body","Type":"[ string ]","Description":"Body content of the event."} {"Name":"isAllday","Type":"[ string ]","Description":"Whether the event is all day or not."} {"Name":"start","Type":"[ stringnumberDateTZDate ]","Description":"Start time of the event."} {"Name":"end","Type":"[ stringnumberDateTZDate ]","Description":"End time of the event."} {"Name":"goingDuration","Type":"[ number ]","Description":"Travel time which is taken to go in minutes."} {"Name":"comingDuration","Type":"[ number ]","Description":"Travel time which is taken to come back in minutes."} {"Name":"location","Type":"[ string ]","Description":"Location of the event."} {"Name":"attendees","Type":"[ Array ]","Description":"Attendees of the event."} {"Name":"category","Type":"[ string ]","Description":"Category of the event. Available categories are 'milestone', 'task', 'time' and 'allday'."} {"Name":"dueDateClass","Type":"[ string ]","Description":"Classification of work events. (before work, before lunch, before work)"} {"Name":"recurrenceRule","Type":"[ string ]","Description":"Recurrence rule of the event."} {"Name":"state","Type":"[ string ]","Description":"State of the event. Available states are 'Busy', 'Free'."} {"Name":"isVisible","Type":"[ boolean ]","Description":"Whether the event is visible or not."} {"Name":"isPending","Type":"[ boolean ]","Description":"Whether the event is pending or not."} {"Name":"isFocused","Type":"[ boolean ]","Description":"Whether the event is focused or not."} {"Name":"isReadOnly","Type":"[ boolean ]","Description":"Whether the event is read only or not."} {"Name":"isPrivate","Type":"[ boolean ]","Description":"Whether the event is private or not."} {"Name":"color","Type":"[ string ]","Description":"Text color of the event."} {"Name":"backgroundColor","Type":"[ string ]","Description":"Background color of the event."} {"Name":"dragBackgroundColor","Type":"[ string ]","Description":"Background color of the event during dragging."} {"Name":"borderColor","Type":"[ string ]","Description":"Left border color of the event."} {"Name":"customStyle","Type":"[ object ]","Description":"Custom style of the event. The key of CSS property should be camelCase (e.g. {'fontSize': '12px'})"} {"Name":"raw","Type":"[ * ]","Description":"Raw data of the event. it's an arbitrary property for anything."}