Repository for the last open source version of Booked Scheduler. The "develop" branch contains the most current working code of the project and should be considered beta. The "master" branch is the most current stable release of BookedScheduler. Please read doc/README.md for further details.
,
First of all nice work saving the fork, I was using this repo purely as API ( no UI components, forked in early 2019) in my previous project. There are some enhancement ideas for the future if someone is interested.
Delete multiple reservation series - payload can a comma-separated list of different series
Deletion of non-existing series - returns successfully deleted, should return reservation not found [bug, if not fixed]
Migration API - Support the creation of multiple reservation series via API, single request (bulkCreate) , so people can migrate an existing system to booked
GetReservation - you can revisit the API , one of the timezones (either positive +0000 or negative -0000) don't return any result [bug]
GetReservationBySeriesID API - New API to fetch multiple reservation series in a single API call
LightWeightGetReservation API (new API) - API that return with a lightWeight response, developer incorporating the library should be able to select the desired fields in the response (I was using only 7 fields in my response), very effective for a system with a large no of reservation >100k , PHP tends to run out of memory with current getReservation API , and it will be very fast once this API is implemented
Thanks for the feedback, ideas and the documentation, just took a quick look great work, I hadn't yet considered a usage like yours.
Will keep this in mind when working on the code.
Hi @effgarces
, First of all nice work saving the fork, I was using this repo purely as API ( no UI components, forked in early 2019) in my previous project. There are some enhancement ideas for the future if someone is interested.
I hope these suggestions will help.
API documentation link : https://ameslaboratory.bookedscheduler.com/Web/Services/index.php or/Web/Services/index.php
Attached a PDF copy just in case it got removed. bookedSchedulerAPIDocumentation.pdf