ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use iCalendar RRULE Iterator with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Expand iCalendar recurrence rules into exact, deterministic event sequences.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 3 capabilities

The complete iCalendar RRULE Iterator capability set.

These are the exact actions your AI can choose when you ask it to work with iCalendar RRULE Iterator.

Capability set01 / 01

01-03

3 capabilities in this set.

Part of 3 available through iCalendar RRULE Iterator.

  1. 01

    Decompose rrule

    Decomposes an RRULE into its constituent parts

  2. 02

    Audit rule syntax

    Audits the syntax of an RRULE

  3. 03

    Calculate event dates

    Calculates event dates based on an RRULE

Observed, not estimated

647ms average. Fast in production.

iCalendar RRULE Iterator is checked daily against the live service.

Daily averagePeak 770ms
Aug 20Today
Fastest day
501ms
Slowest day
770ms
14-day trend
Slowing+11%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 3 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of iCalendar RRULE Iterator, so you can see the experience inside your AI.

It does not authenticate your account with iCalendar RRULE Iterator. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

iCalendar RRULE Iterator Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_4JyXG2816vETvNwr9sU661ffjKPwyowL5JhwwpVu/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — iCalendar RRULE Iterator capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "icalendar-rrule-iterator-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_4JyXG2816vETvNwr9sU661ffjKPwyowL5JhwwpVu/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions iCalendar RRULE Iterator owners ask.

  • 01

    How does the engine handle timezone changes?

    The engine uses UTC-based integer math via the V8 Date object, ensuring that all calculations are deterministic and unaffected by local timezone shifts or daylight saving transitions.

  • 02

    Can I verify if my RRULE string is valid before processing it?

    Yes, you can use the audit_rule_syntax capability to check for structural errors like missing FREQ properties or malformed intervals.

  • 03

    What parameters can I extract from a rule?

    By using decompose_rrule, you can extract key-value pairs such as FREQ, INTERVAL, COUNT, and UNTIL to understand the rule's configuration.