good afternoon, is it possible in the scheduler object to have a vertical text similar to the image attached.
Yes, you can use the writing-mode CSS property:
writing-mode
.scheduler_default_event_inner { writing-mode: vertical-lr; }
or
.scheduler_default_event_inner { writing-mode: vertical-lr; transform: rotate(180deg); }