Is there an event calendar that is available for ASP.NET
Hi i am looking for a calendar of events that a user can enter and add their events .. and then the last one on another ppl can view it ...
what I'm looking for is something like this.
http://www.torontoparentsguide.com/Events/tabid/92/Default.aspx
0
source to share
1 answer
Depends on what kind of functionality you are looking for.
DayPilot is a good solution if you want the Calendar API to be able to develop its own back-end for.
If you just want a "stand-alone" application, then VCalendar is the best solution.
Both are open source, but depending on your needs, it will be easier to work with one or the other.
+2
source to share