Files
openfang/crates/openfang-extensions/integrations/google-calendar.toml
iven 92e5def702
Some checks failed
CI / Check / macos-latest (push) Has been cancelled
CI / Check / ubuntu-latest (push) Has been cancelled
CI / Check / windows-latest (push) Has been cancelled
CI / Test / macos-latest (push) Has been cancelled
CI / Test / ubuntu-latest (push) Has been cancelled
CI / Test / windows-latest (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
CI / Secrets Scan (push) Has been cancelled
CI / Install Script Smoke Test (push) Has been cancelled
初始化提交
2026-03-01 16:24:24 +08:00

28 lines
840 B
TOML

id = "google-calendar"
name = "Google Calendar"
description = "Manage Google Calendar events, schedules, and availability through the Anthropic MCP server"
category = "productivity"
icon = "📅"
tags = ["calendar", "scheduling", "google", "events", "meetings"]
[transport]
type = "stdio"
command = "npx"
args = ["@anthropic/server-google-calendar"]
[oauth]
provider = "google"
scopes = ["https://www.googleapis.com/auth/calendar"]
auth_url = "https://accounts.google.com/o/oauth2/v2/auth"
token_url = "https://oauth2.googleapis.com/token"
[health_check]
interval_secs = 60
unhealthy_threshold = 3
setup_instructions = """
1. Click 'Connect' to initiate the OAuth flow with your Google account.
2. Grant OpenFang access to your Google Calendar when prompted.
3. The connection will be established automatically after authorization.
"""