Our powerful JS Calendar component


Post by ryangram »

Why does this work

 eventEditFeature: {
                editorConfig: {
                    items: {
                        myField: {
                            type: 'widget',
                            html: '',
                        }
                    }
                }
            },

however, in all provided examples, it's eventEdit under features which does not work for me.

features: {
                eventEdit : {
                    items : {
                        // Change the label of the nameField
                        nameField : {
                            label : 'Title'
                        },
                        // Move the resource picker to the top
                        resourceField : {
                            weight : 0
                        }
                    }
                }
            },

I am using latest

 "@bryntum/calendar": "6.3.3",
    "@bryntum/calendar-react": "6.3.3",

Post by marcio »

Hey ryangram,

Thanks for reaching out, and welcome to our forums! :)

When using React, you need to use eventEditFeature notation, as it's described here.

Best regards,
Márcio

How to ask for help? Please read our Support Policy


Post by Animal »

We will help developers avoid this in future with better documentation:

Screenshot 2025-11-07 at 07.25.36.png
Screenshot 2025-11-07 at 07.25.36.png (206.17 KiB) Viewed 1154 times

Post by ryangram »

Thank you both, that's really cleared things up.


Post Reply