Scheduler

Can you help provide an example code on how to add more attributes to the calendar/editor form and the event/editor form. For example I would like to add custom data fields to these forms. Calendar/edit form currently only have Title, color and active. I would like to add few more. also to the event/editor form. Is tha possible??

Hello,

You need to override the

  • scheduler.views["event/form"] class for event form and
  • scheduler.views["side/editor"] for calendar form

and insert the needed field into the From elements array.

Here’s the snippet: Code Snippet

thank you Helga.