calendarplus
calendarplus copied to clipboard
Cannot subscribe to external calendar
Problem shows up when entering a "https://..." ical URL in the "New Subscription" dialog. The log shows an ssl_error but wget/curl works for the URL.
I found out that the "&" in URL gets replaced by & and subsequent fopen() (in stream_last_modified()) fails.
If the changed URL is entered in a browser (or by using curl/wget) it then shows an error 501.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Just realized that a similar error happens with the Facebook Birthday calendar. It is impossible to refresh it because the "&" character got replaced by &.