diff options
author | Simon Rettberg | 2020-09-08 13:31:56 +0200 |
---|---|---|
committer | Simon Rettberg | 2020-09-08 13:31:56 +0200 |
commit | bbf7ce0978a1cf6947fdf600b605f97c3a856010 (patch) | |
tree | 39dd0d43df2738aa42a52539a43b2bc3d9cecea9 /modules-available/locationinfo/lang/en | |
parent | [minilinux] Fix colspan (diff) | |
download | slx-admin-bbf7ce0978a1cf6947fdf600b605f97c3a856010.tar.gz slx-admin-bbf7ce0978a1cf6947fdf600b605f97c3a856010.tar.xz slx-admin-bbf7ce0978a1cf6947fdf600b605f97c3a856010.zip |
[locationinfo] His: Switch from SOAP to iCal
iCal downloads are much faster in more revent HisInOne versions, while
the SOAP API will make cobbling together a time table for a specific
room even more complicated in the next release (2020.12).
Switch to iCal for now and see how it goes.
TODO: Create a generic iCal backend module based on this.
Diffstat (limited to 'modules-available/locationinfo/lang/en')
-rw-r--r-- | modules-available/locationinfo/lang/en/backend-hisinone.json | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/modules-available/locationinfo/lang/en/backend-hisinone.json b/modules-available/locationinfo/lang/en/backend-hisinone.json index 616b4c83..ee44a62e 100644 --- a/modules-available/locationinfo/lang/en/backend-hisinone.json +++ b/modules-available/locationinfo/lang/en/backend-hisinone.json @@ -1,16 +1,8 @@ { "baseUrl": "Base URL", - "baseUrl_helptext": "URL to HisInOne installation", - "open": "Service", - "open_helptext": "Sets the Web Service to use. OpenCourseService is anonymized and doesn't require authentication, so it's usually the preferred way.", - "password": "Password", - "password_helptext": "Account password. Only required if using CourseService", - "role": "Role", - "role_helptext": "Role of the user accessing the CourseService.", - "username": "Username", - "username_helptext": "Authenticating user (only required for CourseService).", + "baseUrl_helptext": "URL to HisInOne installation, or more precisely the URL to download a room's events as an iCal file, usually something like \"https:\/\/<hisinoneserver>\/qisserver\/pages\/cm\/exa\/timetable\/roomScheduleCalendarExport.faces?roomId=\"", "verifyCert": "Verify certificate", "verifyCert_helptext": "If the certificate expired or was not signed by a known CA, the connection will be aborted.", "verifyHostname": "Verify host name", "verifyHostname_helptext": "The certificate's host name must match the host name given in the URL, otherwise the connection will be aborted." -} +}
\ No newline at end of file |