We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How to group appointments by resources.

I have cross checked that UWP SFschedule doesn't have any option to show appointments by resources.I want to show appointments by services or by employees.

Also on the left side i want to show time slots of 15 minutes for eg 10:00,10:15, 10:30 etc and the main view could be day view.

So you can imagine columns would be employees and rows would be time .Is that even possible in uwp thats my question.Please provide me code and if any of the steps i am missing.Also most the sample code you put please include the dlls as they are not building.

I have attached the image file.

Thanks,
Riju Vashisht

Attachment: Untitled_faa291fd.zip

1 Reply

NM Nijamudeen Mohamed Sulaiman Syncfusion Team September 5, 2016 08:17 AM UTC

Hi Riju,

Thanks for your interest in Syncfusion products. 
 
Query #1: 
Your requirement of showing time slots of 15 minutes, can be achieved by using “TimeInterval” property of SfSchedule UWP. Please refer the following code example for the same.

 
XAML:
<schedule:SfSchedule x:Name="schedule" ScheduleType="Day" 
                              TimeInterval="FifteenMin">

 

Query #2:
We have already logged a feature request to implement multi-Resource support in SfSchedule (Desktop mode) UWP. We will include this feature in our upcoming Vol3 release which will be available by the end of September 2016. We appreciate your patience until then.

Regards,
Nijamudeen M. 


Loader.
Up arrow icon