In .NET MVC (C#) I need to create a calendar and fill it with events that come from a database. Most events are spread over multiple days.
What is the best approach to create such a calendar? Does a calendar control exists which takes some input arguments and can do the work for me?