You're viewing a demo portfolio

Join the waitlist
PRSM

create_calendar

Active

Tool 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": "Поле для деталей події"
          }
        }
      }
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

QuintaDB

1/7 registries
View full server →