允许 Outlook 2007 编辑自定义共享 iCalendar

发布于 2024-10-06 14:58:11 字数 543 浏览 5 评论 0原文

我一直在开发一些自定义共享互联网日历软件。我目前有一个使用 apache 和我的软件(使用 python)的 webdav 服务器设置,现在它与 Thunderbird 和 Lightning 插件配合得很好,我可以订阅icalendar并毫无问题地编辑事件。但是,我在使用 Outlook 2007 时遇到了问题。我当前可以读取日历,但它将该日历在 Outlook 2007 中设置为只读。进行一些搜索后,我发现一些发现说,在 Windows 计算机上设置一些 webdav 服务器内容,我可以让计算机告诉 Outlook 2007 日历也可以编辑(基本上关闭只读并允许日历)待发表)。我目前正在尝试将服务器设置为可使用,但我想我可能会要求 SO 加快我的研究速度。

我的问题基本上是,是否有一些标头信息或其他信息可以在我的响应中发送回 Outlook,以使其知道 Internet 日历具有写入权限?我知道一般来说,是否可以写入日历是由客户端控制的,因为我可以在 Thunderbird 中很好地读取和写入这些相同的日历。

此外,我听说 Internet 日历的读/写问题已在 Outlook 2010 中得到解决,但无法升级到该版本。

I have been working on some custom shared Internet calendar software. I currently have a webdav server setup using apache and my software (using python) and right now it works great with Thunderbird and the Lightning plugin, I can subscribe to an icalendar and edit events with no problem. However I've run into a snag with Outlook 2007. I can currently read an icalendar but it sets that calendar in Outlook 2007 to read only. Doing some searching I've come across some findings saying that setting up some webdav server stuff on a Windows machine I can get the machine to tell Outlook 2007 that the calendar can be editted as well (basically turn off the read only and allow that icalendar to be published). I'm currently trying to set the server up to work with but thought I might ask SO to speed up my research a bit.

My question basically is, is there some header information or something else that I can send in my response back to Outlook to let it know an Internet calendar has write privaleges? I know in general it is controlled by the client whether an icalendar can be written to since I can read and write these same calendars just fine in Thunderbird.

Additionally, I have heard this read/write problem with Internet calendars have been solved in Outlook 2010 but upgrading to that is not an option.

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

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

发布评论

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

评论(1

残疾 2024-10-13 14:58:11

Microsoft Outlook 2007 似乎无法允许写入 Internet 日历。日历设置为只读。您可以将日历发布到 webdav 以创建您自己的日历,但如果其他人以某种方式编辑该日历(在服务器上),该日历(在 Outlook '07 中)将永远不会更新。当它向服务器发出“PUT”时,它总是会覆盖它。

Microsoft Outlook 2007 seems to have no ability to allow writing to an Internet Calendar. Icalendars are set to read only. You can publish a calendar to a webdav to create your own icalendar but that calendar (in your Outlook '07) would never update if someone else were to somehow edit that calendar (on the server). It would always just overwrite it when it makes a 'PUT' to the server.

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