Is there any chance I can use my services observable function with Angular Scheduler for CRUD operations instead of data manager?
Here is what I am trying -
1. Get Events from the database. It has lot of additional fields for the event?
2. The user can select multiple groups and recurrence values for the event when creating new event. So we would like to get all the values and then create custom JSON object and send it back to the REST Web API which handles the storing part.
3. When we return the data and if the user selects to open the recurrence part then it needs to get data from the different url.
Also, here is what I would like to do -
1. If user with read only role needs to be able to rsvp right in the Quick Info? Is there anyway I can create template for the Quick Info?
Any help is greatly appreciated.
Thanks,
Ameet