Outlook style events calendar for project based on MVC framework

前端 未结 4 2003
情深已故
情深已故 2020-12-30 09:15

I need large Calendar (not jQuery datepicker) with possibility to schedule events and show them on calendar. Calendar must support month/week/day views. It is very desirable

相关标签:
4条回答
  • 2020-12-30 09:29

    Other option:

    • FullCalendar (free)

    It uses jQuery and the same event object type. Fullcalendar supports a lot of hooks for customization too. I've added color coding based on tags and other features rather easily with it.

    0 讨论(0)
  • 2020-12-30 09:35

    I use Web2Cal recently to represent a large set of data. The event/callback structure is different from most calendars. If you are a java developer like me (with lesser Javascript expertise) you will appreciate Web2Cal. It does not have the rather cryptic javascript syntaxes and code style. More event and function based. Moreover, this is a more complete solution like Recurring etc. I would have been happier if the code was more open. I believe, their higher end version has the code available but not the lower versions.

    But they made up for it with some good support. But I do like fullCalendar, but it is still not a full solution that was necessary for our product.

    But very good to see more development and competition

    0 讨论(0)
  • 2020-12-30 09:36

    Can you try our jquery calendar plugin. wdCalendar is a jquery based google calendar clone. It cover most google calendar features. http://www.web-delicious.com

    * Day/week/month view provided.
    * create/update/remove events by drag & drop.
    * Easy way to integrate with database.
    * All day event/more days event provided.
    

    It's totally free(LGPL license)

    0 讨论(0)
  • 2020-12-30 09:45

    Maybe the E2CS calendar, built in ExtJs, would meet your needs.

    0 讨论(0)
提交回复
热议问题