[Koha-bugs] [Bug 27305] iCal feed for circulation issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 24 01:45:43 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27305

--- Comment #2 from Nico Bako <nicobako at gmail.com> ---
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.


More information about the Koha-bugs mailing list