doujie2356 2019-02-28 13:23
浏览 75

Windows上的服务iCal文件到Outlook> 2016的问题

I'm currently having an Issue with my Windows Outlook Client (within a VM). I'm just testing and Developing an Solution to Dump Event Items from my PHP Based APP to Outlook for the Project Admins. (Like scheduled Downtime etc.)

My Admins mostly use Windows based Machines. They are using Outlook 2016 and 2019. Both of them can't register for the iCal Calendar as it returns with an 401 Response. After researching it leads to an issue with the Microsoft Modern Authentication. As far as I understand it, the Server (Apache 2.4) does not know what to do with the request, so it returns 401.

This is the logic that outputs the ical file to the browser:

header('Content-Type: text/calendar; charset=utf-8 ');
header('Content-Disposition: attachment; filename="calendar.ics"');
print $calendar->render();

The renders the calendar into the required format. (Also Supports xml for external services)

I searched through a lot of pages, but none gave me a clue who I can buypass this issue.

The Solution that Microsoft Purpouses isn't an valid Solution for me, as some of my admins only have an imap account that does not support the features of outlook.

Any help is really appreciated.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 有偿求码,CNN+LSTM实现单通道脑电信号EEG的睡眠分期评估
    • ¥15 没有证书,nginx怎么反向代理到只能接受https的公网网站
    • ¥50 成都蓉城足球俱乐部小程序抢票
    • ¥15 yolov7训练自己的数据集
    • ¥15 esp8266与51单片机连接问题(标签-单片机|关键词-串口)(相关搜索:51单片机|单片机|测试代码)
    • ¥15 电力市场出清matlab yalmip kkt 双层优化问题
    • ¥30 ros小车路径规划实现不了,如何解决?(操作系统-ubuntu)
    • ¥20 matlab yalmip kkt 双层优化问题
    • ¥15 如何在3D高斯飞溅的渲染的场景中获得一个可控的旋转物体
    • ¥88 实在没有想法,需要个思路