BACK

Open Book Now by Event Id

It is possible to launch Book Now with a specific group event id. Unlike service IDs group events have a limited time span for which they are valid. For this reason it is recommended using a dynamic javascript solution to open book now which a specific event id. The form below will allow you to create a test button.

=== Book Now Event ID Tester===
Enter an Api key (test server account)

Enter a group event id

Enter a attendee countM (optional)


Launch Book Now


Defining the Event Id

The event id is a part of the custom button properties which are listed here. The property eventCalId is used to define the Group Event Id. Additionally you may use the attendeeCount property to set the number of attendees for the group event. The example below will show you the basic usage.



Open is a base method of the booxiController which allows you to open book now via Javascript only. The first argument is a profile id, if this value if null then the default controller confifuration is used. The second param is a object of overriding value, please refer to the public interface for more info on the open method.

Alternate example

Any of the custom button profile methods will support the EventCalId property. Custom button profiles can be used to in various ways to generate book now buttons or to simply launch book now. These are listed in the Dynamic Interface part of the reference.

The example below shows how to generated a book now button with a specific Group Event Id





BACK