I am trying to parse a webcal link
webcal://www.facebook.com/ical/b.php?uid=13301632&key=asdgagaweg
in a Ruby on Rails app so I can customize the event entries. I have looked into both RiCal and icalendar but neither show any support for reading a calendar feed (webcal://).
Are there any Rails libraries that support parsing webcal addresses? If not, how should I go about creating my own parser?