Announcement

Collapse
No announcement yet.

Show event custom field in calendar

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

  • Show event custom field in calendar

    Hello,
    In addition to the name of the entry, i want to show the status ( or any other data ) in the calendar entry. ( examples in attachment )
    I'v tried to edit calendar.js
    Code:
    status: this.getMeeting().get('status'),
    and and calendar.tpl (client/modules/crm/res/templates/calendar)
    Code:
    {{status}}
    It didn't work, and there's no error in the debugger.
    Thank's in advance , have a nice day

  • #2
    did you manage to do that ?
    thanks

    Comment


    • #3
      Originally posted by wtconseil View Post
      did you manage to do that ?
      thanks
      Not yet :/

      Comment


      • #4
        https://fullcalendar.io/docs/event-tooltip-demo
        https://github.com/espocrm/espocrm/b...ar/calendar.js
        Last edited by tanya; 06-21-2018, 09:06 AM.

        Comment


        • fnoual
          fnoual commented
          Editing a comment
          Hi, your pen is empty

        • tanya
          tanya commented
          Editing a comment
          click on Edit in CodePen

      • #5
        thanks !

        Comment


        • #6
          Originally posted by wtconseil View Post
          thanks !
          Hi, can you post your solution please? And is it possible to show colored Enum options of a custom field from entity 'Meeting' in the calendar? Thank you!

          eg. in attachment
          Attached Files
          Last edited by berssant; 01-07-2020, 10:46 AM.

          Comment


          • #7
            Hi, i look same solution. Any help? Thanks.

            Comment

            Working...
            X