create_calendar
ActiveTool of QuintaDB
declared in 1.0.0
Створити календар з джерелами даних (подіями з форм). date_title_type: 0=поле, 1=фіксований текст. info_window_type: 0=поле, 1=фіксований текст.
Parameters schema
{
"type": "object",
"required": [
"app_id",
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Display name"
},
"app_id": {
"type": "string",
"description": "Project ID (from list_projects)"
},
"data_sources": {
"type": "array",
"items": {
"type": "object",
"properties": {
"title": {
"type": "string",
"description": "Фіксований заголовок (якщо date_title_type=1)"
},
"entity_id": {
"type": "string",
"description": "ID форми"
},
"info_window": {
"type": "string",
"description": "Фіксований текст popup (якщо info_window_type=1)"
},
"date_field_id": {
"type": "string",
"description": "Поле дати початку"
},
"date_title_type": {
"type": "integer",
"description": "0=з поля, 1=фіксований текст"
},
"info_window_type": {
"type": "integer",
"description": "0=з поля, 1=фіксований текст"
},
"end_date_field_id": {
"type": "string",
"description": "Поле дати кінця (опційно)"
},
"date_title_field_id": {
"type": "string",
"description": "Поле для назви події"
},
"info_window_field_id": {
"type": "string",
"description": "Поле для деталей події"
}
}
}
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
QuintaDB
1/7 registries