Ics To Csv MCP tool
findutils:ics_to_csv Convert an iCalendar (.ics) export from Google Calendar, Apple Calendar or Outlook into CSV, one row per event. Folded lines, escaped text, TZID and UTC stamps, all-day dates, DURATION and X-WR-CALNAME are read. Times stay exactly as the file states them and are never converted between zones; the zone travels in its own column. A recurrence rule is written as text in the rrule column, not expanded into every occurrence. The outlook layout writes the nine-column header Google Calendar and Outlook accept on import. To-dos, journals and events with no readable start are skipped and counted.
Arguments
application/json-
input
string required
The .ics file contents.
-
layout
string optional
spreadsheet (default): summary, start, end, all_day, timezone, location, description, organizer, status, categories, rrule, uid with ISO dates. outlook: Subject, Start Date, Start Time, End Date, End Time, All Day Event, Description, Location, Private with MM/DD/YYYY dates, the header Google Calendar and Outlook import. One of
spreadsheet · outlook. Default"spreadsheet". -
delimiter
string optional
Output field separator. Default: a comma. Default
",". -
sort_by_start
boolean optional
Order rows by start time. Default true; false keeps file order. Default
true.
Example arguments
Verified{
"input": "BEGIN:VCALENDAR\nBEGIN:VEVENT\nDTSTART;TZID=Europe/Istanbul:20260903T093000\nDTEND;TZID=Europe/Istanbul:20260903T101500\nSUMMARY:Standup\nLOCATION:Room 4\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 Json Parse an iCalendar (.ics) export from Google Calendar, Apple Calendar or Outlook into JSON: one object per event with uid, summary, descript
- 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.