Page 1 of 1

[REACT] Corporate year calendar view

Posted: Wed Apr 07, 2021 9:50 pm
by Nualis

Hi,

One of our customers has a need for a full corporate year calendar view with major events from different departments. Please see the attached example. Would we be able to create a year view based on 52 weeks on 1 page grouped by quarter and filterable by the different departments / categories?

example.png
example.png (607.04 KiB) Viewed 521 times

Kind regards,
Hans Meijer


Re: [REACT] Corporate year calendar view

Posted: Thu Apr 08, 2021 8:45 am
by mats

Hi Hans,

Yes that should not be hard, just create a number of stacked Schedulers as you show in the picture and set the date range as you need. Each instance can share the same eventStore / resourceStore (or use our chained concept). https://bryntum.com/docs/scheduler/#Core/data/Store#function-chain

You can read about store filtering here https://bryntum.com/docs/scheduler/#Core/data/Store#function-filter