u01jmg3 / ics-parser

Parser for iCalendar Events • PHP 8+, 7 (≥ 7.4), 5 (≥ 5.6)
MIT License
450 stars 144 forks source link

Support HTTP basic authentication #195

Closed samuelstein closed 5 years ago

samuelstein commented 5 years ago

I have a .ics calendar which is protected with basic auth. That's not supported from the great parser right now. Would be nice if the lib would support HTTP Basic auth.

u01jmg3 commented 5 years ago

How does 737dca4 suit?

$ical->initUrl('https://my.url', 'username', 'password');
samuelstein commented 5 years ago

hi, thanks. works like charme (with nextcloud calendar app).