Is there an open-source web app for viewing .ics calendars?
I have a server running the open source CalDAV server "DAViCal" to share calendars between co-workers. I (the admin) add/delete the calendars and events, but I want to also host a web app that displays a human-readable calendar, so without any configuration my coworkers can visit a web page and see the calendar. So I need a web app that does the following:
- Creates a human-readable calendar (like month/week/day view) from an .ics file
- Is open-source and able to be hosted on Ubuntu Linux so it's only viewable on my employer's network
Thanks