Migrated from Redmine #335 | Author: Rajat Duvedi
Status: New | Priority: High, I’m very impatient | Created: 2019-02-08
Hello Team,
I have some query regarding to my requirement as we discussed with Ingvar.
- I have a login system for users. So i want to fetch booking data based on logged in user. I have already store user id through intake form when i am booking any
schedule - I have created a demo from your source code https://simplybook.me/api_example/scheduler.js.
into my project when i am creating a function
this.client.getBookings(function(data){
});
into initElements methods but i am facing "method is not defined " error method
Please help us ASAP