ASP.NET 中的服务器端日历控件使用 ical 事件格式

发布于 2024-08-17 01:14:10 字数 181 浏览 7 评论 0原文

有谁知道日历调度程序控件可以显示一整月的事件,包括每天的事件标题?我需要它使用来自静态 Web 服务请求的 ical 数据格式。

我希望该控件能够输出没有 JavaScript 的纯 html,因为它必须在公共部门网站上工作,否则会优雅地降级。

任何建议将不胜感激。

预先感谢,

马克

Does anyone know of a Calendar scheduler control that would display a whole month of events including the title of the event in each day? I need it to use an ical data format that would come from a restful web service request.

I would like the control to output plain html with no javascript as it has to work on public sector website or degrade gracefully if not.

Any suggestions would be grateful.

Thanks in advance,

Mark

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

青柠芒果 2024-08-24 01:14:10

有一个有用的 .net 库调用 DDay.iCal,它允许您将 ical 文档反序列化为类并直接使用它们。

http://www.ddaysoftware.com/Pages/Projects/DDay.iCal/< /a>

有很多示例向您展示如何在日历/调度程序 aspx 文件中显示 ical 文件的内容。

它应该真正帮助你。

您甚至可以从这里下载源代码:

http://sourceforge.net/projects/dday-ical/files/dday-ical/0.80/DDay-iCal_0-80_src.zip/download

希望有帮助。

There is a usesful .net library call DDay.iCal that allows you to deserialize an ical document into classes and work with them directly.

http://www.ddaysoftware.com/Pages/Projects/DDay.iCal/

There are lots of examples that show you how to show the contents of ical files in a calendar/scheduler aspx file.

It should really help you out.

You can even download the sourcecode from here:

http://sourceforge.net/projects/dday-ical/files/dday-ical/0.80/DDay-iCal_0-80_src.zip/download

Hope it helps.

甜是你 2024-08-24 01:14:10

Telerik 调度程序控件具有此支持;它有一个调度程序控件,您可以查看整个月的视图,或导航到日/周视图。您还可以轻松将结果导出为 ICS 格式。更多详细信息可以在演示网站上找到:demos.telerik.com,在 MS AJAX 演示网站中查找 Scheduler 控件。

The Telerik scheduler control has this support; it has a scheduler control that you can see the entire month's view, or navigate to a day/week view. You can also export the results to ICS format easily. More details can be found on the demo web site at: demos.telerik.com, look in the MS AJAX demo site for the Scheduler control.

ぃ双果 2024-08-24 01:14:10

我没有使用过这个,但我为自己提交了一个注释以供将来使用。 俱乐部入门工具包 (http://www.asp.net/downloads/starter-kits/club/) 具有查看事件的功能并将其作为 iCal 下载到 Outlook。不知道它是如何构建的(或代码的质量),因为我还没有查看代码,但您可能想检查一下。

I have not used this but I filed a note on it for myself for the future. The Club Starter Kit (http://www.asp.net/downloads/starter-kits/club/) has a feature to view events in a calendar and download them to Outlook as iCal. No idea how it is built (or the quality of the code) since I have not looked at the code yet but you might want to check it out.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文