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

Scheduler Start Week Issue

3 Answers 20 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Mehmet
Top achievements
Rank 1
Mehmet asked on 26 Aug 2015, 12:56 AM

Hi,

Our scheduler default view is the current week, however, the current week doesn't change to next week when it is next Monday.

For instance; 

Today is Monday at 6am in the morning and the scheduler is still showing the last week.

It gets exchange to this week after 10ish or 11ish. 

I have also set up my start time and end time, so not sure it may be related to.

what could be the reason?
Thank you

3 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 27 Aug 2015, 07:24 AM
Hi,

By default RadScheduler is using UTC time zone and that is why if you are situated in a timezone that is far away from it you may encounter such difference. You can refer to this online demo and this help topic where more information is provided.

Regards,
Plamen
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Mehmet
Top achievements
Rank 1
answered on 30 Aug 2015, 11:12 PM

Hi Plamen,

I did assign a value to the TimeZoneID as follows and the scheduler control had re-issued the appointment times according to the time zone settings.
RadScheduler1.TimeZoneID = base.CurrentUser.objUser.StaffTimeZone;​

It means the previous appointments which were stated on the scheduler they all were re-organised and changed the time slot onto the scheduler. So changing the timezoneID that didn't help me.

What could be the solution without effecting the appointments time?

thank you

0
Plamen
Telerik team
answered on 02 Sep 2015, 07:04 AM
Hi Mehmet,

Yes this is expected because the timezone is applied to all the appointments. One possible solution is to set timezone id for each appointment as well so that they are positioned according to the current timezone.

Regards,
Plamen
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Scheduler
Asked by
Mehmet
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Mehmet
Top achievements
Rank 1
Share this question
or