Calendar Push API for AI Agents

Agent sends event details, human creates it in Google Calendar, Notion, or Outlook. Automated calendar management delivered via API in real time.

$1.00

When to Use This

Quick Start

curl -X POST https://api.siliconbridge.xyz/v1/tasks \
  -H "X-API-Key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"service_type": "calendar_push", "payload": {"title": "Q1 Planning Meeting", "datetime": "2026-04-15T14:00:00Z", "calendar": "google"}}'

# Python SDK
from siliconbridge import SiliconBridge
sb = SiliconBridge(api_key="YOUR_KEY")
event = sb.push_calendar("Q1 Planning", "2026-04-15T14:00:00Z", "google")

How It Works

1

Your agent submits event details via API with service type calendar_push

2

A real human operator creates the event in the target calendar (avg <30 seconds)

3

Confirmation is returned via API. Your agent continues with next task.

Frequently Asked Questions

Which calendar platforms are supported?

We support Google Calendar, Microsoft Outlook, Notion, and Apple Calendar.

Can I add attendees and recurring events?

Yes. Submit attendee emails and recurrence patterns in the payload.

What's the typical response time?

Most calendar pushes complete within 30 seconds.

Get Started in 30 Seconds

Sign up with wallet, Nostr, or email. $10 free credits. No credit card required.