Book and cancel meetings by chatting with a Telegram bot

A chat message books or cancels a calendar meeting automatically, no scheduling back-and-forth needed.

How the work actually flows

It branches. Exactly one path is taken.

Pattern: Exclusive Choice (4) · Simple Merge (5)

flowchart TD trig>"client messages the bot"]:::trig s0["read message intent"]:::task s1["update the calendar"]:::svc s2["send confirmation reply"]:::task trig --> s0 s1 --> s2 gx{"× booking or cancellation"}:::gate s0 --> gx p00["create calendar event"]:::task gx -->|"booking request"| p00 p10["find and remove event"]:::task gx -->|"cancellation request"| p10 jn{"○ before reply"}:::gate p00 --> jn p10 --> jn jn --> s1 out[/"meeting booked or cancelled"/]:::out pay{{"no scheduling back and forth"}}:::pay s2 --> out out --> pay classDef task fill:#e7f6fe,stroke:#34b8f0,color:#2c2a29 classDef svc fill:#f6f8fa,stroke:#7c8795,color:#2c2a29 classDef mi fill:#e7f6fe,stroke:#0079a8,color:#2c2a29,stroke-width:2px classDef human fill:#fff,stroke:#0079a8,color:#0079a8 classDef store fill:#f6f8fa,stroke:#0079a8,color:#2c2a29 classDef trig fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigtime fill:#00a4eb,stroke:#0079a8,color:#fff,font-weight:bold classDef trigdata fill:#8ad4f5,stroke:#0079a8,color:#06314c,font-weight:bold classDef gate fill:#fff,stroke:#e8a23d,color:#6b4708,font-weight:bold classDef out fill:#1f9d6b,stroke:#167a53,color:#fff,font-weight:bold classDef pay fill:#06314c,stroke:#021f33,color:#fff
Starts itA stepAn outside serviceOne path onlyPaths rejoinResultPayoff
Build size
Standard

A mid-size build with several tools working together.

Business functions
AI Agents & Autonomous SystemsMessaging & NotificationsScheduling & Calendar
Connects
TelegramOpenAIGoogle Calendar

The problem it solves

You spend time going back and forth over email or text just to lock in a meeting time. Small scheduling changes, like a cancellation, mean more messages and manual calendar edits. This eats into time you could spend with clients or on your own work.

Who it fits

Solopreneurs and small business owners who manage their own appointments.

How it works

  1. A client sends a message to your Telegram bot
  2. AI reads the message to figure out if it's a booking or a cancellation request
  3. For bookings, a new event is created in Google Calendar with the right date and time
  4. For cancellations, the matching event is found and removed
  5. A confirmation message is sent back in the same chat
Quick estimate

What it is worth to you

Your numbers, your hourly cost. We add nothing hidden.

per week
minutes
$ per hour
0Hours freed per month
0Value per year at your hourly cost

Assumes the freed scheduling time is redirected to billable or client-facing work.

What you get

A confirmed calendar event and a reply to the client, with no manual scheduling work.

What you need

A Telegram bot, an OpenAI API key, and a Google Calendar account.

We can build this. But should you?

The hard question is not how to build it. It is whether this is the right thing to build first.

That is what a Fractional Chief AI Officer figures out with you, before anyone writes a line of code.

Let's Talk Strategy

Related automations

Back to the AI Playbook