This is a migrated thread and some comments may be shown as answers.

personal appointments

1 Answer 38 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Julio Morel
Top achievements
Rank 1
Julio Morel asked on 02 Dec 2010, 02:44 PM
Hi, I'm tryinng to use the scheduler to set appointments. but, I need that serveral people with different login id's create appointments, but one can only modify his/her own appointments. the other appointment should look with a different color, indicating that it is already taken by somebody else.

How can I achieve this?

thanks,
Julio

1 Answer, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 06 Dec 2010, 05:06 PM
Hi Julio Morel,

You can use the  ASP.NET Web Site Administration Tool to create and manage user accounts. After that you can subscribe to the AppointmentDataBound event and according to the current user to set e.Appointment.AllowDelete and e.Appointment.AllowEdit properties to True/False.
 
Please take a look at this demo for a sample of coloring appointments according to users.

Feel free to ask me if you have further questions.

All the best,
Veronica Milcheva
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Scheduler
Asked by
Julio Morel
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Share this question
or