Any Chance we can use Service Observable for Events?

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

1 Reply

HB Hareesh Balasubramanian Syncfusion Team February 26, 2020 02:24 PM UTC

Hi Ameet, 

Greetings from Syncfusion Support. 

Q1: We can able to add “n” number of additional (i.e., custom) fields for the scheduler and for further reference kindly refer the below UG link, 

Q2 & Q3: We have validated your query and we can able to load data source using observable method (i.e., without using data manager) but we couldn’t able to perform CRUD action using that observable function and for the same we have prepared a CRUD sample in that we have used remote data source for the resources and events using UrlAdaptor and the sample can be downloaded from the following links, 


And for further reference kindly refer the below links, 

Q4: Kindly refer the below UG for quickInfo template, 

Could you please share more details if we misunderstood? 

Regards, 
Hareesh 


Loader.
Up arrow icon