Announcement

Collapse
No announcement yet.

Calendar view - change the attributes that are displayed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Calendar view - change the attributes that are displayed

    Hi there

    currently, on Calendar, events are displayed like that :
    <duration>: <name>

    I'd like to display <duration>: <custom Attribute> - <name>
    but i don't really understand how data are passed to the calendar library :-(

    Could you help me and tell me how i could override the displayed title of an event ?

    Thanks

  • #2
    hi there !
    any ideas ?

    Thanks

    Comment


    • #3
      Hello

      client/modules/crm/src/views/calendar/calendar.js
      convertToFcEvent method
      title option

      Comment

      Working...
      X