Hello team,
We are in the process of integrating the Bryntum Calendar into our application and have successfully implemented most of our requirements. However, we have encountered a few specific challenges where we would appreciate your guidance:
Multi-Day Events Behavior
When creating multi-day events, the calendar automatically marks them as all-day events (internally). As a result, they always appear in the all-day header, even when we do not explicitly set them as all-day events. Is there a way to control this behavior?
Customizing Event Tooltip
We would like to use the event tooltip as a detailed view for events, similar to how editEventFeature allows widget customization. However:
- Unlike editEventFeature, event tooltip customization is not documented. If this is the expected approach, how can we disable the existing default tooltip view?
- The renderer function does not accept JSX, only an HTML string. Converting JSX to a string removes interactivity, limiting our customization options.
- There does not seem to be a way to prevent the tooltip from auto-closing, which is possible in editEventFeature.
Popover Width Control
How can we control the width of popovers such as event add/edit popovers and tooltips?
Looking forward to your response.