crm / calendar / get – Retrieving Calendar Events
Name Description Type Default value Required
date_start Year Timestamp Current time No
date_end Month Timestamp Current time No
{
    "state": 200,
    "data": [
        {
            "date_end": 1576670400,
            "date_start": 1576584000,
            "description": NULL,
            "id": "5dadbe592b528946c3187aad",
            "invites": [],
            "location": [
                NULL,
                0,
                0
            ],
            "title": "Meeting with Tony Bark",
            "type": "meeting"
        }
    ]
}
StateData typeDescription
200List of an eventsSuccessfully
404[]Events not found