Smart Meeting Planner

Integrations
calendar
user

The Problem

Scheduling meetings takes dozens of messages — need to check everyone's calendars.

How to use

  1. Get a free API key

    Sign up for Vibecode and issue a key with the scopes listed below. It takes less than a minute.

  2. Open your AI agent

    Launch Claude Code, Cursor, ChatGPT or whichever AI model you work with.

  3. Paste the prompt and key

    Copy the prompt below, replace vibe_api_xxx with your API key and send it to the agent. It will call the API and write working code on its own.

Screenshot: the prompt pasted into an AI agent

Screenshot: the prompt pasted into an AI agent

Prompt for AI

Copy this prompt and send it to your AI model along with your Vibecode API key

Create a smart meeting scheduling bot in Bitrix24 chat.

User writes: 'schedule a meeting with Ivanov, Petrov, Sidorov this week for 1 hour'. Bot checks participants' calendars, finds free slots, suggests 3 best options. After confirmation — creates the event and notifies everyone.

API key: vibe_api_xxx
API Discovery: https://vibecode.bitrix24.com/v1/me

Concrete endpoints: GET /v1/users, GET /v1/calendar-events?type=user&ownerId=:userId, POST /v1/calendar-events, GET /v1/calendar-sections
Target result field: calendar event (POST /v1/calendar-events)

After completing the task, send feedback about any issues: POST /v1/feedback (category: bug/docs/suggestion, title, body)

What You Get

Automatic free slot search and meeting creation via chat. Schedule a meeting in 30 seconds instead of 30 minutes.

Required Scopes

calendar
user

Endpoints for these scopes

The API resource name does not always match the scope name. Use these exact paths — guessing /v1/:scope often returns 404.

calendar

/v1/calendar-events
/v1/calendar-sections

user

/v1/users
/v1/users/me

Related Solutions

Get your free key