Closed ecxyzzy closed 6 months ago
Going to icebox this since ZotMeet is on hold at the moment.
@sanskarm7 Try creating a function to grab all unique room IDs by making a POST request to https://spaces.lib.uci.edu/spaces/availability/grid
example:
curl --location 'https://spaces.lib.uci.edu/spaces/availability/grid' \
--header 'Referer: https://spaces.lib.uci.edu/spaces?lid=6579' \
--form 'lid="6579"' \
--form 'gid="0"' \
--form 'start="2024-01-22"' \
--form 'end="2024-01-23
"' \
--form 'pageSize="18"'
Notes: https://www.lib.uci.edu/sites/all/scripts/occuspace.php?id=666