I have been reading through the threads on use of RadScheduler in dnn. I have downloaded the example dnn module 080623_SchdulerDNNSample.zip and intend to play around with this. I did notice that this example uses an XML data source. I also see instructions in the help section on a tutorial for creating a dnn module using the scheduler as an example http://www.telerik.com/help/aspnet-ajax/how-to-create-dnn-module-telerik-ajax-controls3.html . This help section use a sql data provider which is my desired approach. I have a few questions though and some of them might be kind of dumb as I'm somewhat new to this environment :-)
The xml file in the xml data source example dnn module defines some example resources, users, and appointments. This seems self explanatory. The tutorial using the sql data source talks to creating a table to store appointments and defining the appropriate columns for managing appointments but doesn't mention any kind of setup for resources and users. Does anything additional have ot be done here?
Also, I am curious as to how the module could be linked to actual dnn users. What I really want is for "users" in the Rad Scheduler context to be "users" in the dnn context. That is can RadScheduler be configured to pick up registered dnn users as users for the purpous of RadScheduler and have it pick up the appropriate fields from the dnn user profile tables. To that end it would be ideal if it could also pick up selected users, maybe by roles, as resources.
My scenario here is that I want to set up an appointment system where I have a number of providers (essentialy resources) and clients of those providers (users). I want to be able to create appointments where I am scheduling an individual user with a provider. An example might be a doctors office, although the scenario is quite common. Since I also want these users to be able to login to the dnn site using the normal dnn mechanisms and view their private appointments, and also have appointment schedulers be able to login and have a role where they can schedule these appointments, it would be great if if I could somehow link the dnn users with RadScheduler. It seems like the control itself is more than capable of providing the functionality I need, although I'm not entirley sure yet about the concept of permissions and limiting views based on credentials etc. however, the abilit yto fully integrate with dnn users I'm really not sure about.
Does anyone have any experience or advice on how to best approach the scenario I'm trying to implement? It seems like this would be a very common thing but like most folks that have looked it doesn't seem as if there is a good dnn appointment soltuion out there.
The xml file in the xml data source example dnn module defines some example resources, users, and appointments. This seems self explanatory. The tutorial using the sql data source talks to creating a table to store appointments and defining the appropriate columns for managing appointments but doesn't mention any kind of setup for resources and users. Does anything additional have ot be done here?
Also, I am curious as to how the module could be linked to actual dnn users. What I really want is for "users" in the Rad Scheduler context to be "users" in the dnn context. That is can RadScheduler be configured to pick up registered dnn users as users for the purpous of RadScheduler and have it pick up the appropriate fields from the dnn user profile tables. To that end it would be ideal if it could also pick up selected users, maybe by roles, as resources.
My scenario here is that I want to set up an appointment system where I have a number of providers (essentialy resources) and clients of those providers (users). I want to be able to create appointments where I am scheduling an individual user with a provider. An example might be a doctors office, although the scenario is quite common. Since I also want these users to be able to login to the dnn site using the normal dnn mechanisms and view their private appointments, and also have appointment schedulers be able to login and have a role where they can schedule these appointments, it would be great if if I could somehow link the dnn users with RadScheduler. It seems like the control itself is more than capable of providing the functionality I need, although I'm not entirley sure yet about the concept of permissions and limiting views based on credentials etc. however, the abilit yto fully integrate with dnn users I'm really not sure about.
Does anyone have any experience or advice on how to best approach the scenario I'm trying to implement? It seems like this would be a very common thing but like most folks that have looked it doesn't seem as if there is a good dnn appointment soltuion out there.