What is the concept of guest bookings? #777
Unanswered
Somebodyisnobody
asked this question in
Q&A
Replies: 2 comments 3 replies
-
You might need to do something like:
More info: Line 64 in d4c006b |
Beta Was this translation helpful? Give feedback.
2 replies
-
Also did you enable: Line 63 in d4c006b
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have big problems setting up anonymous bookings.
I can reserve times as a guest for resources marked as “public” via the booking monitor. However, this is only possible for the current day and not for days beyond.
I can see the bookings via the endpoint “http://localhost/Web/view-schedule.php”, but the page reloads when I click on a timeslot. I cannot access the page “http://localhost/Web/schedule.php” as a guest. As a registered user, however, I can make reservations here.
I cannot find any documentation on the concept of bookings by anonymous users (guest bookings). Can someone please explain the concept to me?
A little background:
I am looking for a booking system for vehicles for an emergency response organization. No account should be necessary for the booking, the instance would be made accessible via a private link. Only occupied times should be visible to anonymous users. The resources are therefore vehicles that can be booked at any time over a period of days. Ideally, the booking should be confirmed if this is possible with the tool. Ideally, additional information can be submitted with the request.
Beta Was this translation helpful? Give feedback.
All reactions