Request
Body Params  application/json
Request Code Samples
curl --location --request POST 'http://prod-cn.your-api-server.com/calendar/list' \
--header 'Content-Type: application/json' \
--data-raw '{
    "kind": "personal"
}'
Responses
application/json {
    "error": {
        "code": "string",
        "message": "string"
    },
    "data": {
        "items": [
            {
                "team_id": 0,
                "cal_id": "string",
                "cal_name": "string",
                "description": "string",
                "kind": "personal",
                "timezone": "string",
                "workdays": [
                    0
                ],
                "extra_cal_ids": [
                    "string"
                ],
                "created_at": 0,
                "updated_at": 0,
                "creator_id": 0,
                "updated_by": 0
            }
        ],
        "total": 0
    }
}
Modified at 2025-01-22 10:14:38