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

isAllday- disable for multiday view

1 Answer 45 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Anto
Top achievements
Rank 1
Anto asked on 23 Apr 2021, 07:17 AM

Hello Team, 

If isAllday option 'false' then if the event exceeds more than 24 hours, then there should be an another option to block the total day with the event card. please include this in your future requirement.

 

Thanks and Regards 

Anto

 

1 Answer, 1 is accepted

Sort by
0
Svet
Telerik team
answered on 28 Apr 2021, 05:28 AM

Hi Anto,

Currently if an event lasts for more than 24 hours and its IsAllDay property is set to false, then the event is still displayed as an all day event. Please see the "CarService" event in the following example:

  {
    TaskID: 12,
    OwnerID: 2,
    Title: "Car Service",
    Description: "Might come to work later!",
    StartTimezone: null,
    Start: "2013-06-24T08:30:00.000Z",
    End: "2013-06-25T09:30:00.000Z",
    EndTimezone: null,
    RecurrenceRule: null,
    RecurrenceID: null,
    RecurrenceException: null,
    IsAllDay: false
  }

https://stackblitz.com/edit/angular-we8oc1?file=app/events-utc.ts

Could I ask you to confirm if you expect that the time slots of the event (over which the event spans) display it as well? Thank you.

Regards,
Svetlin
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Scheduler
Asked by
Anto
Top achievements
Rank 1
Answers by
Svet
Telerik team
Share this question
or