_真的_通过 Outlook 中的 ics 禁用提醒

发布于 2024-10-16 05:20:47 字数 452 浏览 3 评论 0原文

我设计了一个 Web 界面来将全天事件发送到 Outlook 2007 日历。 这是通过发送内容类型为“text/calendar”的邮件并添加 ics 文本作为 AlternateView(日历)来完成的。

除了一个缺陷之外,它工作得很好: 应该不会出现任何提醒。根据ics-Standard,这是通过简单地删除“VALARM”部分来完成的。但 Outlook 的行为有所不同。如果我删除该部分,它会在收件人的 Outlook 中添加“默认提醒”设置。结果是,一位收件人有 30 分钟提醒,另一位收件人有 15 分钟提醒,而其他收件人则没有提醒 - 根据他们的“默认提醒”设置。

我进行了很多搜索以找到一种强制提醒任何人的方法,但我找不到任何提示。

我希望你能帮我解决这个问题。

谢谢, 罗28

I've designed a web interface to send all day events to Outlook 2007 calendars.
This is done by sending a mail with content-type "text/calendar" and adding an ics Text as AlternateView (Calendar).

This works fine except for one flaw:
There should occur no reminder. According to ics-Standard this is done by simply dropping the "VALARM" part. But the behaviour of Outlook is different. If i drop that part, it adds the "Default Reminder" Setting in the recipients' Outlook. The result is that one recipient has a 30 minutes reminder, the other a 15 minutes reminder, and others have no reminder - according to their "default reminder" settings.

I've searched a lot to find a way to force reminder to none but I couldn't find any hint whatsoever.

I hope you can help me with this.

Thanks,
ro28

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

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

发布评论

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

评论(1

零度° 2024-10-23 05:20:47

微软的规范说这是不可能的(MS-OXCICAL的第83页pdf):

如果无法解析此类 TRIGGER 属性,PidLidReminderDelta 应该<265>对于非全天约会,设置为 0x0000000F,对于全天约会,设置为 0x00000438。

<265>第 2.1.3.1.1.20.62 节:在本例中,Exchange 2003、Exchange 2007、Exchange 2010、Exchange 2013 和 Exchange 2016 将所有日历对象的 PidLidReminderDelta 设置为 0x0000000F。

Microsoft's spec says this is not possible (page 83 of MS-OXCICAL pdf):

If no such TRIGGER property could be parsed, PidLidReminderDelta SHOULD<265> be set to 0x0000000F for non-all day appointments and 0x00000438 for all day appointments.

<265> Section 2.1.3.1.1.20.62: In this case, Exchange 2003, Exchange 2007, Exchange 2010, Exchange 2013, and Exchange 2016 set PidLidReminderDelta to 0x0000000F for all Calendar objects.

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