Book calendar meetings by messaging an AI assistant on Telegram

Reads your Telegram messages and books the meeting on Google Calendar, asking questions if details are missing.

How the work actually flows

It repeats. Repeats wait for missing detail reply.

Pattern: Structured Loop (21)

flowchart TD trig>"message sent to Telegram bot"]:::trig s0["read message for meeting request"]:::svc s1["ask follow-up question"]:::task s2["create calendar event"]:::svc s3["invite attendees"]:::svc trig --> s0 s0 --> s1 s2 --> s3 lp{"all required details provided"}:::gate s1 --> lp lp -. "wait for missing detail reply" .-> s0 lp -->|"finished"| s2 out[/"calendar event scheduled with attendees"/]:::out pay{{"meeting booked without back-and-forth"}}:::pay s3 --> 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 serviceRepeat or finishResultPayoff
Build size
Advanced

A larger build with multiple systems, AI reasoning, and custom rules.

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

The problem it solves

Scheduling a meeting by text or email means back-and-forth messages just to pin down a time, and it's easy to lose track of who confirmed what. You want to just say what you need and have it show up on the calendar.

Who it fits

Individuals or small teams who'd rather text a request than open a calendar app.

How it works

  1. You send a message to your Telegram assistant
  2. AI reads the message and checks if it's a meeting request
  3. If details like time or attendees are missing, it asks a follow-up question in Telegram
  4. Once confirmed, the event is created in Google Calendar
  5. Attendees are invited using your Google Contacts
What you get

Meetings booked without opening a calendar

You can book a meeting on your calendar by sending a quick message, with attendees invited automatically once the details are confirmed.

What you get

A scheduled Google Calendar event with attendees invited.

What you need

A Telegram bot, an OpenAI API key, and a Google Workspace 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