3

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:

  1. Creates a human-readable calendar (like month/week/day view) from an .ics file
  2. Is open-source and able to be hosted on Ubuntu Linux so it's only viewable on my employer's network

Thanks

aaron
  • 543
  • 2
  • 7
  • 20

1 Answers1

0

Try either http://www.icalx.com/ or google's calendar (it can import ics calendars then you can share it with other people by emailing them an invitation).

Daisetsu
  • 5,881
  • 4
  • 33
  • 44