1

I need an open source web application that allows users to view .ics calendars

I am hosting a calendar with DAViCal, and users can view/edit calendars with their own clients (like Apple iCal or Mozilla Sunbird), but I want a web app that will display the public calendars so people w/o a user account can view the calendar just by visiting a URL. Requirements:

  • Open source web app: something I can host right along with DAViCal
  • Human-readable calendar: i.e. it has a day/week/month view to visualize calendar events
aaron
  • 741
  • 3
  • 10
  • 19

3 Answers3

3

I created an open-source calendar https://github.com/niccokunzmann/open-web-calendar because I could not find one. You are welcome to use this service under https://open-web-calendar.herokuapp.com or just spawn your own before this instance

User
  • 131
  • 2
1

Maybe PHP iCalendar?

Sven
  • 97,248
  • 13
  • 177
  • 225
1

Hordes ansel can do that too

topdog
  • 3,490
  • 16
  • 13