Manage calendar files with ease. Secure tools that work entirely in your browser.
Easily manipulate iCalendar format (.ics) files with four powerful tools
Split large iCal files into smaller chunks. Bypass import limits for Google Calendar and other services.
View iCal file contents beautifully. Search, filter, and analyze statistics.
Merge multiple iCal files into one. Consolidate calendars from different sources.
Remove duplicates and clean up unnecessary data to organize your calendar.
Calendar files are processed in your browser. They are never sent to any server.
Process thousands of events quickly. No waiting, smooth experience.
Intuitive and easy-to-use interface. Anyone can use it.
Command-line tool perfect for automation and scripting
# Install
npm install -g icalkit
# Split file
icalkit split calendar.ics --chunk-size 1000
# View file
icalkit view calendar.ics
# Merge files
icalkit merge file1.ics file2.ics -o merged.ics