AgentPMT

Plaud Recordings to Google Calendar Events

Saves ~10 min

Details

Puts the meetings you agree to out loud straight onto your Google Calendar, without Zapier in the middle. Plaud's own app has no Calendar integration, so this closes that gap directly: each new recording is scanned, the transcript pulled, and any genuine scheduling commitment spoken in it ("let's do Tuesday at 3", "I'll come back out Thursday morning") is extracted with the relative date resolved against the recording's own date and your timezone. Each one becomes a Google Calendar event with the agreed time, a title naming who and what, and the surrounding quote from the transcript in the description so you can see exactly what was said. Vague intentions with no time attached ("we should catch up sometime") are deliberately ignored rather than guessed into a slot. Because it uses the full Google Calendar connector it also reads back, so an agent can answer what your week looks like from the same connection. A Google Sheet ledger records every recording id and every event created, so a scheduled run never double-books you.

Tools In This Workflow

Workflow Steps

  1. 1Get User Timezone and Date
  2. 2Ask for the Recording Window
  3. 3List Plaud Recordings
  4. 4Each New Recording
  5. 5Fetch Transcript
  6. 6Extract Scheduling Commitments
  7. 7Create Calendar Events
  8. 8Log to Ledger Sheet
  9. 9Summarize the Run
Step 1 of 9
Tool1

Get User Timezone and Date

Get the user's current local date, time, timezone and UTC offset. The requested window, every recording timestamp, and every relative date spoken in a recording are resolved against this and never against the server clock.

Get User Timezone and Date

Frequently Asked Questions

How do I connect this workflow to my local agent like OpenClaw or Claude Code?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

Hosted MCP config

{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

How do I trigger this workflow?

Agent prompt

Call the AgentPMT-Workflow-Skills tool with action 'get_workflow_skill' and skill_id 6a6534ddb640fe17224ac768 ("Plaud Recordings to Google Calendar Events").

Looking for help integrating AI into your business? Set up a free consultation.