Convert ICS calendar files into RSS feeds.
caltorss is a simple web tool that converts ICS/iCal calendar files into RSS feeds. This allows you to track calendar events in your RSS reader of choice.
- Convert any publicly accessible ICS file to RSS
- Real-time preview of converted events
- Compressed URL generation for permalinks
- Support for Google Calendar, Outlook, Apple Calendar, and more
- Clean, minimal interface
# Install dependencies
bun install
# Run development server
bun dev
# Build for production
bun build
- Next.js 15
- React 19
- TypeScript
- Tailwind CSS
- ical parser
MIT
Built by Buttondown# caltorss