C# MVC中的谷歌日历之类的调度程序

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1520231/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-06 18:21:28  来源:igfitidea点击:

scheduler like google calendar in MVC

c#jqueryasp.net-mvcfullcalendarscheduler

提问by Prasad

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

我正在尝试将像谷歌日历这样的日历插件与自定义数据库和代码与 C# 中的 asp.net MVC 集成。

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

我在 jquery http://www.webappers.com/2009/08/04/jquery-weekly-calendar-plugin-inspired-by-google-calendar/ 中找到了类似的插件。但它只显示周

Do anyone have a reference to this? Please suggest

有没有人对此有参考?请建议

采纳答案by JBland

I'd try FullCalendar

我会尝试FullCalendar

回答by CraigTP

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

前阵子回答过一个类似的问题,“ ASP.net 每周日程控制”,那里的答案仍然与你自己相关。

DayPilotis 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!

DayPilot是一个非常好的通用日历/日程控制。

完整版不是免费的,但有一个“精简版”可用,它不仅免费而且开源!

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:

虽然最初的 DayPilot 组件不适用于 ASP.NET MVC,但一个叫 Craig Stuntz 的人已经为 ASP.NET MVC 调整了 DayPilot Lite 组件:

Using DayPilot with ASP.NET MVC

将 DayPilot 与 ASP.NET MVC 结合使用

回答by Josh Stodola

Use Google's Calendar API

使用 Google 的日历 API

回答by user709386

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

我正在使用这个 jquery 插件。 http://www.web-delicious.com/jquery-events-calendar-wdcalendar/它提供了 php mvc 示例,您可以将其转换为 .net mvc

回答by Pawel Krakowiak

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!

我发现的最好的一个是dhtmlxScheduler。它是高度可定制的,触发事件并跨浏览器工作。它对 GPL 项目是免费的,否则有价格实惠的商业许可证。他们的客户支持非常好!