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

[Solved] Displaying Appointment error ?

2 Answers 78 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Radoslaw
Top achievements
Rank 1
Radoslaw asked on 01 Feb 2008, 07:55 PM
Hei!

I dont know why but if the scheduler tries to display appointments:

2008-02-12 10:00:00->2008-02-12 10:25:00

2008-02-12 10:25:00->2008-02-12 10:50:00

2008-02-12 10:50:00->2008-02-12 11:15:00

2008-02-12 11:15:00->2008-02-12 11:40:00

2008-02-12 11:40:00->2008-02-12 12:05:00

2008-02-12 12:05:00->2008-02-12 12:30:00

2008-02-12 12:30:00->2008-02-12 12:55:00

2008-02-12 12:55:00->2008-02-12 13:20:00

2008-02-12 13:20:00->2008-02-12 13:45:00

2008-02-12 13:45:00->2008-02-12 14:10:00

2008-02-12 14:10:00->2008-02-12 14:35:00

2008-02-12 14:35:00->2008-02-12 15:00:00

2008-02-12 15:00:00->2008-02-12 15:25:00

2008-02-12 15:25:00->2008-02-12 15:50:00

with MinutesPerRow set to the 25 (the duration of the event)  i got the error that :

"The parameters Hour, Minute and seconds are describing the DateTime element which can not be represented"

Can You check it? Maybe the MinutesPerRow * x = 60 ?

Thanks for answer
Radek

2 Answers, 1 is accepted

Sort by
0
Radoslaw
Top achievements
Rank 1
answered on 03 Feb 2008, 03:04 PM
or maybe to display each appointment from the series of appointments in one line in general it must be

MinutePerRow = Greatest common divisor (event duration, 60) ? (if exists one != 1)

What do you think about my thesis?:)
0
T. Tsonev
Telerik team
answered on 04 Feb 2008, 06:58 PM
Hello Radoslaw,

Thank you for reporting this issue. Your conclusion is correct, the current official release really has a problem with MinutesPerRow values that are not dividers of 60. We have managed to fix it and the fix will be included in the next Service Pack. We can send you the hotfix, should you open a support ticket. Your Telerik points have been updated for your involvement.

Sincerely yours,
Tsvetomir Tsonev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
Radoslaw
Top achievements
Rank 1
Answers by
Radoslaw
Top achievements
Rank 1
T. Tsonev
Telerik team
Share this question
or