Ics To Json MCP tool
findutils:ics_to_json Parse an iCalendar (.ics) export from Google Calendar, Apple Calendar or Outlook into JSON: one object per event with uid, summary, description, location, start, end, all_day, timezone, status, url, organizer, attendees, categories, rrule, exdate, recurrence_id, created, last_modified, sequence and alarms, plus a calendar block with the name, PRODID, METHOD and the VTIMEZONE ids. Folded lines and escaped text are decoded. Times are wall-clock ISO-8601 exactly as the file states them, never converted between zones; the zone is its own field. The end is the exclusive iCalendar end, derived from DURATION when DTEND is absent. A recurrence rule stays as RRULE text and is never expanded. To-dos and journal entries are skipped and counted unless include_todos is true.
Arguments
application/json-
input
string required
The .ics file contents.
-
include_todos
boolean optional
Also return VTODO and VJOURNAL components, typed by their kind. Default false: events only, the rest counted as skipped. Default
false.
Example arguments
Verified{
"input": "BEGIN:VCALENDAR\nX-WR-CALNAME:Work\nBEGIN:VEVENT\nUID:[email protected]\nDTSTART;TZID=Europe/Istanbul:20260903T093000\nDTEND;TZID=Europe/Istanbul:20260903T101500\nSUMMARY:Standup\nLOCATION:Room 4\nRRULE:FREQ=WEEKLY;BYDAY=TU\nEND:VEVENT\nEND:VCALENDAR\n"
} More Productivity tools
- Client Status Report Generator Generate a client-facing project status report in Markdown and return it with its headline counts.
- Csv To Ics Turn a CSV of events into an iCalendar (.ics) file that Google Calendar, Apple Calendar and Outlook import.
- Dev Request Prioritizer Prioritize development requests with the page's scoring frameworks and return them sorted by priority score, each with a value score and an
- Ics To Csv Convert an iCalendar (.ics) export from Google Calendar, Apple Calendar or Outlook into CSV, one row per event.
- Keyboard Shortcut Finder Return keyboard shortcuts (Mac and Windows keys) that match a search query, app, or category.
- Merge Ics Merge several iCalendar (.ics) exports into one calendar file for a single import or archive.