[#1090] Better way to know how to make an appointment whose duration is greater than the timeframe/duration of the event/service using Company public service APIs.

Migrated from Redmine #1090 | Author: Jagan Pandurangan
Status: Feedback | Priority: Normal | Created: 2023-08-11


Hey, we are currently using the concept of add-ons to book a service for an extended duration. This is causing lot of issues and is hard to debug. Is there a better way to do this? We are looking for something like passing endDate and endTime in the request body of “book” method in JSON RPC or anything equivalent in REST API

Dmytro Bondarev wrote:

Hi, yes you can use start and end time when you making booking as user:
Please see: API documentation | SimplyBook.me Online Scheduling

Jagan Pandurangan wrote:

Is there a way to do it without being an admin? (Company public service)?
We want to do this from our mobile apps where people login as clients and not admins/employees

Dmytro Bondarev wrote:

Unfortunately it is not possible because of security reasons.