Why should the developer keep your records updated?
zr.callZoomAPI(“zCommand Bookings Update”)
zr.callZoomAPI("zCommand Bookings List”)
This works to get a fresh list, but it seems illogical to have the caller tell you to update your records.
No developer in their right mind wants stale data, ZRC should be the one periodically running a cron job to keep the records up to date.
But if you aren’t doing it every second, then my process will still be faster and get the latest meetings because I am always calling update first and it seems to work fine.