使用 ASP.Net 添加 Outlook 约会

发布于 2024-11-13 08:10:07 字数 209 浏览 2 评论 0原文

我正在创建一个 ASP.Net MVC 项目,用户将在其中将 Outlook 约会添加到其他用户日历中。我换句话说;我希望我的网络应用程序的用户能够直接在另一个人的日历中添加约会。这意味着通过电子邮件发送,无需收件人接受。它应该就像接收者自己在 Outlook 中实际创建的一样。

这可能吗?

该 Web 应用程序托管在客户网络外部。

此致 帕尔·埃勒特森

I am creating an ASP.Net MVC project where users will add Outlook appointments to other users calendars. I other words; I wish for a user of my web app to be able to add an appointment directly in another persons calendar. This means sending it via email with no need for the receiver to accept it. It should be as if the receiver actually created it himself in Outlook.

Is this even possible to do?

The web app is hosted outside the customers network.

Best regards
Pål Eilertsen

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

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

发布评论

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

评论(1

这个俗人 2024-11-20 08:10:07

您可以创建一个 ICS 文件,用户可以双击该文件并存储约会。如果有多个用户,可以发送给其他人。如果您可以访问他们的交换服务器(听起来好像不能),正如 SLAks 所要求的,您可以使用类似的东西(http://goo.gl/G2nrd)。如果您无法直接访问 Exchange,ICS 文件格式将允许用户添加约会。

如果您想要 ics 文件的示例(Google 搜索除外),请注册 Microsoft 活动并单击“添加到 Outlook”按钮。这种方法的幸运之处在于它还可以与使用该格式的其他邮件/日历应用程序一起使用。

You can create an ICS file that the user can double click and store the appointment. If multiple users, it can be sent to others. If you can get access to their exchange server (sounds like you can't), as SLaks asked, you can use something like this (http://goo.gl/G2nrd). If you have no access to Exchange directly, the ICS file format will allow the user to add the appointment.

If you want an example of an ics file (other than a Google search), sign up for a Microsoft event and click the "add to outlook" button. The fortunate thing about this methodology is it can also work with other mail/calendar applications that use the format.

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