[#344] Requirement

Migrated from Redmine #344 | Author: Rajat Duvedi
Status: New | Priority: High, I’m very impatient | Created: 2019-02-26


I want to add “Add To Calendar” button and assess its functionality into my customize site. How can i use this features.

Redmine Admin wrote:

Hello Rajat,

This button is automatically created in our widget for clients to add to their calendar. Since this relates to the booking client just created, it is simple for us to create. If you wanted to create this outside widget, you would need to know the booking id, and call all relevant booking information, and then re-create the add to calendar button your side based on this info. Communicating this info from widget to external side is impossible.

Rajat Duvedi wrote:

Ok, thanks.Then which method should i use while trigger the button to communicate to google and outlook calendar. which method should i use to call the all relevant booking information based on id.

Redmine Admin wrote:

We do not have such API methods, you need to write your own code to do this with booking data.
To get booking data you should call this method Company administration service methods - Company administration service methods - SimplyBook.me

Redmine Admin wrote:

Main problem is that you need to somehow know which booking info to retrieve. Since you are using mix of widget and then also display in your own code this is not obvious as widget can not submit any information back to your code. I do not see any clear way to do this.