This request is used to create an event under a group by defining group_id in request data.

Followings are used to define event's timezone.

Timezone
Pacific/Kwajalein
Pacific/Midway
US/Hawaii
US/Alaska
US/Pacific
US/Mountain
US/Central
US/Eastern
Atlantic/Bermuda
America/Argentina/Buenos_Aires
Atlantic/South_Georgia
GMT
Europe/London
Europe/Amsterdam
Europe/Belgrade
Europe/Brussels
Europe/Sarajevo
Europe/Athens
Europe/Moscow
Asia/Tehran
Asia/Baku
Asia/Kabul
Asia/Karachi
Asia/Calcutta
Asia/Kathmandu
Asia/Almaty
Asia/Rangoon
Asia/Bangkok
Asia/Singapore
Asia/Tokyo
Australia/Adelaide
Australia/Brisbane
Australia/Canberra
Asia/Magadan
Pacific/Fiji
Pacific/Auckland
Asia/Istanbul
US/Arizona

Responses

{
    "detail": "Your session has expired. Please relogin"
}
{
    "name": [
        "This field is required."
    ]
}
{
    "details": "Group not found."
}
{
    "timezone": [
        "Invalid timezone. Followings are valid: Asia/Tokyo, Asia/Karachi, Asia/Calcutta, Atlantic/South_Georgia, Europe/London, Asia/Magadan, Asia/Istanbul, Australia/Canberra, Europe/Amsterdam, Atlantic/Bermuda, US/Pacific, Asia/Tehran, Asia/Baku, Asia/Bangkok, US/Mountain, Asia/Almaty, Europe/Moscow, Australia/Brisbane, Europe/Belgrade, US/Hawaii, Asia/Kathmandu, Pacific/Kwajalein, America/Argentina/Buenos_Aires, US/Eastern, US/Central, Asia/Singapore, Pacific/Fiji, Asia/Kabul, GMT, Australia/Adelaide, Europe/Brussels, Europe/Athens, Asia/Rangoon, US/Arizona, Atlantic/Azores, Pacific/Auckland, Pacific/Midway, Europe/Sarajevo, US/Alaska"
    ]
}
{
    "starts": [
        "Datetime has wrong format. Use one of these formats instead: YYYY-MM-DDThh:mm"
    ]
}
{
    "ends": [
        "Datetime has wrong format. Use one of these formats instead: YYYY-MM-DDThh:mm"
    ]
}
Language
Click Try It! to start a request and see the response here!