← getoggie.com
INDIVIDUAL MCP TOOL
calendar_events_detect_conflicts
Check whether a proposed time range conflicts with busy calendar intervals.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.oggie]
url = "https://getoggie.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"oggie": {
"type": "http",
"url": "https://getoggie.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: oggie
Remote MCP URL: https://getoggie.com/api/mcp
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": {
"oggie": {
"url": "https://getoggie.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"oggie": {
"type": "http",
"url": "https://getoggie.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "oggie",
"transport": "streamable-http",
"url": "https://getoggie.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
calendar_calendars_list— List connected calendars visible to the connection.calendar_events_list— List events in a time range.calendar_events_search— Search events by text in a time range.calendar_events_get— Get a single event by calendar ID and event ID.calendar_events_create— Create a timed or all-day calendar event.calendar_events_update— Update selected fields on an event.calendar_events_cancel— Cancel an event.calendar_freebusy_query— Return busy intervals for calendars in a time range.