Communication × Scheduling
DiscordGoogle CalendarAGNT

Automate Discord + Google Calendar

Community chat with an automation-friendly API. The shared clock your workflows can read and write. Put an agent between them and the hand-off stops being manual: it reads, decides, acts, and shows its work.

Install Support First Responder → Get AGNT free

Support First Responder is a ready-made agent built around Discord; point its last step at Google Calendar to finish this hand-off.

Automations teams run

Unlike field-mapping automation, the step in the middle is an agent: it can summarise, classify, judge and draft, not merely copy values from Discord into Google Calendar.

When a message posts in a channel in Discord…

…an agent can create or move events in Google Calendar — after reading the context and deciding it should.

When a member joins in Discord…

…an agent can add agendas to invites in Google Calendar — after reading the context and deciding it should.

When a keyword appears in Discord…

…an agent can block focus time in Google Calendar — after reading the context and deciding it should.

When an event starts or ends in Google Calendar…

…an agent can post channel messages in Discord — with the reasoning recorded in the run’s receipt.

When a meeting is created in Google Calendar…

…an agent can DM members in Discord — with the reasoning recorded in the run’s receipt.

When a day begins in Google Calendar…

…an agent can publish digests in Discord — with the reasoning recorded in the run’s receipt.

Discord to Google Calendar, setup template

Start with the discord-api node and the google-calendar-api node. Configure the Discord source payload, the agent input, and the Google Calendar operation. The sequential template does not implement conditional writes or approval by itself.

Discord to Google Calendar: watch discord → review source and draft → configure destination in google calendar TRIGGER receive-discord-message Watch Discord Configure activation ACTION agnt-agent Review source and draft Configure inputs ACTION google-calendar-api Configure destination in Google Calendar Configure inputs
Setup template for Discord and Google Calendar; verify data mapping and authorization using test accounts.
Discord → Google CalendarSetup template · configure before activation

This is a schema-checked starting point, not an end-to-end tested automation. Replace every CONFIGURE_ value, choose the operations you intend, connect credentials and map source outputs into later inputs. An edge orders steps; it does not supply a condition, an approval gate or a field mapping. Add and test those controls explicitly before any write. Cloud APIs and model providers may receive data. Keep the workflow inactive until tested with fixtures.

{
  "id": "841c7cec-721c-4fdf-abd7-fd87f591faf6",
  "name": "Discord → Google Calendar",
  "nodes": [
    {
      "id": "429ba05e-7cf9-46f0-ae1d-ca74129102b4",
      "text": "Watch Discord",
      "x": 512,
      "y": 144,
      "isEditing": false,
      "type": "receive-discord-message",
      "icon": "connect",
      "category": "trigger",
      "isSelected": false,
      "parameters": {
        "channelId": "CONFIGURE_CHANNELID"
      },
      "description": "Setup template for Receive Discord Message. Listen for incoming Discord messages in a specified channel and trigger the workflow when a new message is received. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "b0a698f6-349e-41bd-ab5f-edc7a38fbe4e",
      "text": "Review source and draft",
      "x": 512,
      "y": 336,
      "isEditing": false,
      "type": "agnt-agent",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "agentId": "CONFIGURE_AGENTID",
        "message": "Read the Discord item. Decide whether it warrants action in Google Calendar, and explain why.\nSource input: CONFIGURE_SOURCE_INPUT. Produce a reviewable draft only; do not take external actions."
      },
      "description": "Setup template for Agent Chat. Chat with an AI agent from your agent library. Select an agent and send messages to interact with it within your workflow. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    },
    {
      "id": "7f035c46-254d-4650-a74f-16644767d23c",
      "text": "Configure destination in Google Calendar",
      "x": 512,
      "y": 528,
      "isEditing": false,
      "type": "google-calendar-api",
      "icon": "connect",
      "category": "action",
      "isSelected": false,
      "parameters": {
        "action": "LIST_EVENTS",
        "calendarId": "CONFIGURE_CALENDARID",
        "timeMin": "CONFIGURE_TIMEMIN",
        "timeMax": "CONFIGURE_TIMEMAX",
        "searchQuery": "CONFIGURE_SEARCHQUERY",
        "maxResults": "CONFIGURE_MAXRESULTS"
      },
      "description": "Setup template for Google Calendar API. Interact with Google Calendar to manage events, check availability, and create Google Meet meetings. Configure credentials, inputs and output mapping before use.",
      "error": null,
      "isActive": false,
      "output": null,
      "outputs": {}
    }
  ],
  "edges": [
    {
      "id": "9a9da2d1-7e02-49af-abaa-d324cf5f42be",
      "start": {
        "id": "429ba05e-7cf9-46f0-ae1d-ca74129102b4",
        "type": "output"
      },
      "end": {
        "id": "b0a698f6-349e-41bd-ab5f-edc7a38fbe4e",
        "type": "input"
      },
      "startX": 800,
      "startY": 168,
      "endX": 512,
      "endY": 360
    },
    {
      "id": "2536f73c-5aae-44d2-a152-b1141a4c36d0",
      "start": {
        "id": "b0a698f6-349e-41bd-ab5f-edc7a38fbe4e",
        "type": "output"
      },
      "end": {
        "id": "7f035c46-254d-4650-a74f-16644767d23c",
        "type": "input"
      },
      "startX": 800,
      "startY": 360,
      "endX": 512,
      "endY": 552
    }
  ],
  "zoomLevel": 1,
  "canvasOffsetX": 0,
  "canvasOffsetY": 0,
  "isTinyNodeMode": false
}

Configure Receive Discord Message

Listen for incoming Discord messages in a specified channel and trigger the workflow when a new message is received.

  • channelId — The ID of the Discord channel to monitor Current example: CONFIGURE_CHANNELID.

Configure Google Calendar API

Interact with Google Calendar to manage events, check availability, and create Google Meet meetings.

  • action — The action to perform on Google Calendar Current example: LIST_EVENTS.
  • calendarId — Calendar ID (defaults to 'primary') Current example: CONFIGURE_CALENDARID.
  • timeMin — Lower bound (ISO 8601). Defaults to now. Current example: CONFIGURE_TIMEMIN.
  • timeMax — Upper bound (ISO 8601). Defaults to 7 days from now. Current example: CONFIGURE_TIMEMAX.
  • searchQuery — Free-text search across event fields Current example: CONFIGURE_SEARCHQUERY.
  • maxResults — Max events to return (default 25) Current example: CONFIGURE_MAXRESULTS.

Install Support First Responder

Support First Responder is a working agent built around Discord. Install it, point its last step at Google Calendar, and you have this hand-off without building it from an empty canvas.

Runs on your own machine · See what it does

Wiring Discord to Google Calendar

  1. Get AGNT Community Core. Free, local, no sign-up needed to run a workflow.
  2. Add both connections to the vault — Discord takes an API key pasted into the vault, Google Calendar takes one OAuth sign-in.
  3. Configure the nodes above, or start from a marketplace workflow and edit it. The agent in the middle is the part worth spending time on.
  4. Run it once with an approval gate in place. The receipt tells you what it read, what it concluded, and what it changed in Google Calendar.

Discord and Google Calendar — common questions

Can I connect Discord to Google Calendar without writing code?

No code is required. Add both connections in the vault (Discord uses an API key pasted into the vault, Google Calendar uses one OAuth sign-in), then either install a marketplace workflow for this pair or drag the two nodes onto the canvas and put an agent between them.

How is this different from a field-mapping Discord to Google Calendar automation?

A field mapping copies values and breaks on the first record nobody anticipated. The middle step here reads the Discord item in full and decides — whether it matters, how to summarise it, and what belongs in Google Calendar. Deciding to do nothing is a valid outcome, which no mapping can express.

Does my Discord and Google Calendar data leave my machine?

Your credentials stay in a vault on your own disk rather than in someone else’s cloud. The only calls made are the ones the workflow needs: Discord, Google Calendar, and your chosen model provider — which can be a local one.

What does a Discord and Google Calendar run leave behind?

A receipt: what was read in Discord, which tools ran with which arguments, what the agent concluded, and what it wrote to Google Calendar. Anything consequential can sit behind an approval gate so a person signs off before it happens.

Give AI a job. Get the proof.