Let the platform do the work

/Meetings POST

Overview

Create a single event or a series of event records.

Request Arguments

Name Type Description Required
<record field> <record field type> The name value list of fields to populate. True

Request

{
    "name":"Department Meeting",
    "description":"Weekly Department Meeting",
    "date_start":"yyyy-mm-ddThh:mm:ss-00:00",
    "date_end":"yyyy-mm-ddThh:mm:ss-00:00",
    "repeat_type":"Weekly",
    "repeat_interval":"1",  /* Every Week */
    "repeat_dow":"25",      /* Tue and Fri */
    "repeat_count":"4",     /* 4 Recurrences */
    "repeat_until":"",
}

Response Arguments

Name Description Start Date End Date
<record field> Returns the fields for the newly created record.

Response

{

}

Change Log

Version Change
v10 Added /<module> POST endpoint.