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

link|improve this question

71% accept rate
Does anyone have a sample in MVC for the Calendar like google? I am searching it for a long time and not able to find a matching one. – Prasad Oct 8 '09 at 12:49
You can try DayPilot for MVC: mvc.daypilot.org/demo/Calendar/GoogleLike (my product, commercial) – Dan May 10 '11 at 10:37
feedback

5 Answers

up vote 13 down vote accepted

I'd try FullCalendar

link|improve this answer
I was trying on that, but there is no time slots in week and day View. Is there any option to do that? – Prasad Oct 14 '09 at 3:48
1  
hello prasad, i am the author of fullcalendar. the newest version, 1.4, has it. hope it works for you – arshaw Oct 25 '09 at 7:07
feedback

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

link|improve this answer
1  
DayPilot Pro now has a special MVC version as well: mvc.daypilot.org – Dan May 10 '11 at 11:08
feedback

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!

link|improve this answer
There is .Net edition of dhtmlxScheduler as well scheduler-net.com – Aquatic Jan 9 at 16:10
feedback

Use Google's Calendar API

link|improve this answer
2  
Google calendar API is all driven by its own google's. But i need to have my own database for the events and custom look of the Event Calendar. An excellent control, i saw when searching is dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml I need to try for a similar one, with ASP.NET MVC and C# with the help jquery too. – Prasad Oct 6 '09 at 4:40
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.