How do I disable mbsc-eventcalendar entirely

I’d like to disable the v5 event calendar in Angular entirely, pending a refresh of data from the server.

I’ve tried [enable], [enabled], [disable], and [disabled] on the component declaration but these are incorrect.

I’ve scanned through the documentation at:

but can’t see anything that fits.

What obvious thing am I missing?

Hi Sean,

You can use the invalid option:

myInvalid = [{
  recurring: {
   repeat: 'daily'
  }
}]