Hi all,
I was wondering if there was a javascript reference for the objects you provide.
in the scheduler events i currently use
I would now like to access the resources from javascript which i can see exist from code snippets on the forums but can't find which methods and properties i need.
The code snippets show a Resources property on the appointment object but not much more, i would like to beable to get the resource id of the appointment that has just been clicked/drag dropped etc.
As i mentioned above a full javascript object reference would be good but if not any code snippets that can get me the resource id.
Thanks in advance,
OneSHOT
I was wondering if there was a javascript reference for the objects you provide.
in the scheduler events i currently use
| var apt = eventArgs.get_appointment(); |
| var aptID = apt.get_id(); |
I would now like to access the resources from javascript which i can see exist from code snippets on the forums but can't find which methods and properties i need.
The code snippets show a Resources property on the appointment object but not much more, i would like to beable to get the resource id of the appointment that has just been clicked/drag dropped etc.
As i mentioned above a full javascript object reference would be good but if not any code snippets that can get me the resource id.
Thanks in advance,
OneSHOT