Announcement

Collapse
No announcement yet.

Show event custom field in calendar

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

  • berkantr
    replied
    Hi, i look same solution. Any help? Thanks.

    Leave a comment:


  • berssant
    replied
    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.

    Leave a comment:


  • wtconseil
    replied
    thanks !

    Leave a comment:


  • tanya
    commented on 's reply
    click on Edit in CodePen

  • fnoual
    commented on 's reply
    Hi, your pen is empty

  • tanya
    replied
    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.

    Leave a comment:


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

    Leave a comment:


  • wtconseil
    replied
    did you manage to do that ?
    thanks

    Leave a comment:


  • fnoual
    started a topic Show event custom field in calendar

    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
Working...
X