Question

I am trying to integrate a calendar plugin like google calendar with custom database and code with asp.net MVC in C#.

It needs to handle Day/Week/Month Events in the Calendar as like google calendar.

I found the similar plugin in jquery http://www.webappers.com/2009/08/04/jquery-weekly-calendar-plugin-inspired-by-google-calendar/. But it shows only the Week

Do anyone have a reference to this? Please suggest

Was it helpful?

Solution

I'd try FullCalendar

OTHER TIPS

I answered a similar question a while ago, "ASP.net weekly schedule control", and the answer there would still be relevant to yourself.

DayPilot is a pretty good general purpose calendaring/schedule control.

The full version is not free, but there is a "lite" version available which is not only free but open source!

The "lite" version will give you both Day and Week (and "Work" week) views of the calendar and will show a Month Scheduler view.

Whilst the original DayPilot component is not meant for ASP.NET MVC, a guy called Craig Stuntz has adapted the DayPilot Lite component for ASP.NET MVC:

Using DayPilot with ASP.NET MVC

The best one I found is dhtmlxScheduler. It is highly customizable, fires events and works cross-browser. It is free for GPL projects, otherwise there are commercial licenses available with affordable prices. And their customer support is excellent!

Use Google's Calendar API

I am using this jquery plugin. http://www.web-delicious.com/jquery-events-calendar-wdcalendar/ It provide php mvc sample, you can convert it to .net mvc

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top