Adding events to Baikal CalDAV server using PHP

戏子无情 提交于 2019-12-05 21:06:32

The problem was that the URL was not correct. The correct URL is:

http://<domain>/dav/cal.php/calendars/<username>/<calendar-name>/<event-id>.ics

I used a different way to authenticate and worked in the version 0.2.7

I switched to CURLAUTH_DIGEST

Did auguns basic adjustments erroos returned by PHP.

It works fine now

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!