← zovo.one

INDIVIDUAL MCP TOOL

ics_forget

Remove one imported calendar by name and delete this server's local copy of its .

zovo.onenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.zovo.one/mcp/appointment

No auth detected

Connect to this endpoint to inspect the live schema for ics_forget and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

zovo.one

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mcp-calendar]
url = "https://mcp.zovo.one/mcp/appointment"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-calendar": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/appointment"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-calendar
Remote MCP URL: https://mcp.zovo.one/mcp/appointment

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-calendar": {
      "url": "https://mcp.zovo.one/mcp/appointment"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-calendar": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/appointment"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-calendar",
  "transport": "streamable-http",
  "url": "https://mcp.zovo.one/mcp/appointment"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • license_status — Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL.
  • license_activate — Turn Pro on for this connection with key, an MCPL1.
  • ics_import — Call this tool to read a calendar export and keep it under a name.
  • calendars_list — List imported calendars: name, event-definition count, size, source, import time and free-tier use of the 2 slots.
  • events_list — Every event between two dates, recurring expanded to occurrences, sorted by start.
  • events_search — Find events whose title, description, location or attendees contain a phrase.
  • free_busy — Merged busy blocks and the free gaps inside your working hours over a day range.
  • conflicts — Find double bookings: every PAIR of timed events that overlap, with the minutes they collide, across all calendars unless you name one.