Hi,

I can successfully get items from an ics output url when the feed is public. But I can't read the feed if it requires username and password (authentication required). Is it possible to grab items from such a feed?

Any help would be appreciated.

Thanks...

Comments

ekes’s picture

Status: Active » Closed (duplicate)

Dupe #408212: problem accessing ics which requires login

Unless it's basic http authentication it is going to be session based, that's outside the scope of the parser. If you look at Feeds and Parser iCal 2 you will see the collection is separated from the parsing - which makes sense. There there was some discussion about supporting more authenticated feed collection.