【问题标题】:Connecting SharePoint Calendar View to Outlook将 SharePoint 日历视图连接到 Outlook
【发布时间】:2013-07-19 07:16:19
【问题描述】:

我正在创建 SharePoint 解决方案。

我需要能够将日历视图连接到 Outlook。非常好的解决方案在这里发布:Sharepoint task list and Outlook sync

但由于身份验证问题,它不起作用:当我执行 ctx.RewritePath 时出现 401 错误。

我正在使用带有 NTLM 的 SharePoint 2010 和 Windows 身份验证提供程序。 目前我正在尝试通过编写 HttpModule 并尝试将正确的结果注入响应来欺骗 Outlook,但效果并不好。

这个问题还有其他解决方案吗?

谢谢, 安迪

【问题讨论】:

    标签: c# asp.net sharepoint calendar outlook


    【解决方案1】:

    我最终只是创建了一个 HttpModule,它在 context_PreRequestHandlerExecute 中获取视图,然后构造并返回 SOAP。 Outlook 似乎很高兴。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-12-31
      • 1970-01-01
      • 2010-10-31
      • 2014-06-29
      • 2011-05-19
      • 1970-01-01
      相关资源
      最近更新 更多