Our powerful JS Calendar component


Post by abhi »

How to add assignments attribute in bryntum-calendar component?


Post by tasnim »

Hi,
You can't use the assignments attribute in <bryntum-calendar> because it is not public, but it should. I have created a ticket here: https://github.com/bryntum/support/issues/4610

Thank you for your report.
Best regards,
Tasnim


Post by abhi »

Thanks Tasnim for letting me know. Currently i have added below way.

<bryntum-project-model
  #project
  [assignments] = "assignments"
  [events] = "events"
  [resources] = "resources"
</bryntum-project-model>

<bryntum-calendar
  [project]             = "project"
  [date]                = "calendarConfig.date"
  [modes]               = "calendarConfig.modes"
  ....
</bryntum-calendar>

Eagerly waiting for it to go public.


Post Reply