[#275] be able to book ANY slot via API

Migrated from Redmine #275 | Author: Florian Sauter
Status: New | Priority: High, I’m very impatient | Created: 2018-10-31


Usecase:

  • on our external website we want to show only the officially available slots as defined by openingTimes, parallelBookings, etc
  • in out internal CRM we want to be able to book ANY slot, regardless of whatever restriction applied

We already tried:

  • using adminAPI book endpoint
  • setting companyHours to 24h and only restrict the provider
    ==> nothing worked

Val Komarov wrote:

You can try to create two providers:

  • one, visible, with limited schedule, for booking page
  • and another, invisible, with 24/7 schedule, for API calls

Florian Sauter wrote:

Hi,

this is not a solutions as all the permissions settings, BI tracking etc will be screwed up.

Thx