https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27305
--- Comment #2 from Nico Bako <[email protected]> --- Thanks for the quick response. Yeah, I definitely mean iCal feed. I had some success trying to come up with a hacky solution. The link to my iCal (via my library account) is: https://catalog.hmcpl.org/cgi-bin/koha/opac-ics.pl I thought that if I set up my iCal feed to be: https://catalog.hmcpl.org/cgi-bin/koha/opac-ics.pl?userid={user-id}&password={password} then it should work... but this only worked as long as I was logged in. Once I logged out that link no longer worked. The CRAZY thing is, this curl command works: curl https://catalog.hmcpl.org/cgi-bin/koha/opac-ics.pl -d 'userid={user-id}&password={password}' No joke, the curl command works! Do you have any other ideas for a hacky way to get the iCal feed to work? I know that my solution has security implications (since my userid and password are part of the url)... but it might be a good workaround for now. I did talk to my library, and they said they weren't aware of an iCal feed feature, but that they would look into it. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
