Closed (duplicate)
Project:
iCal feed parser
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2010 at 13:09 UTC
Updated:
21 Aug 2010 at 09:58 UTC
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
Comment #1
ekes commentedDupe #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.