-
Notifications
You must be signed in to change notification settings - Fork 0
Description
From @gabrielo-cuc
So to clarify, this bit is a little different from the shortcode. On the http://libraryweb.wpengine.com/librarians/?sort=alpha page, each librarian has an appointment CTA, ie. "Make an Appointment with #### ####" So initially there was a placeholder for this link. So I updated it to go to lical's appointment page: https://claremont.libcal.com/appointments/?g=1372. Now each librarian has their own individual appointment module offered through LibCal. For example, if you go to Lydia's profile page http://libguides.libraries.claremont.edu/prf.php?account_id=63838 and click on "Schedule an appointment with Lydia", a custom appointment module will pop up.
@gabrielo-cuc thanks for clarifying here. Basically it sounds like you want to "deep link" directly to setting up an appointment with a specific librarian, rather than making a user drill down through the various groups in order to find who they're looking for.
I took a harder look at the scheduler widget and we can definitely do this by specifying the uid parameter in the scheduler code. The problem we're having is that we're not getting the required UID for each staff/librarian in the data returned from the LibGuides API.
If we can get that UID, then we will be able to construct our own scheduler widgets for individual staff/librarians. Any ideas how to get it?
(cc: @davekellam )