Our powerful JS Calendar component


Post by wrp »

I'm trying to set [defaultCalendar] in an angular project so that a default calendar is not assigned when creating a new event.

It looks like it takes a string and when I try to do [defaultCalendar]="''" (i.e. empty string) I don't get a default calendar BUT I do get an extra "DAY" button in the top toolbar.

Any ideas?


Post by Animal »

Thanks for the report. If no defaultCalendar is defined, it defaults to the first record in the resourceStore.

We can make it so that is you configure it as null, it won't get a default calendar: https://github.com/bryntum/support/issues/5347


Post Reply