Request
Body Params  application/json
Request Code Samples
curl --location --request POST 'http://prod-cn.your-api-server.com/calendar/info' \
--header 'Content-Type: application/json' \
--data-raw '{
    "cal_id": "string"
}'
Responses
application/json {
    "error": {
        "code": "InvalidParameter",
        "message": "string"
    },
    "data": {
        "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
    }
}
Modified at 2025-01-22 10:14:38