Announcement

Collapse
No announcement yet.

all day in calendar

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

  • all day in calendar

    Hello,
    How can the option be activated all day in own modules (based on event)?
    peter

  • #2
    Hi Peter,

    You need to copy "isAllDay" field and replace definitions of "dateStart" and "dateEnd"

    from application/Espo/Core/Templates/Metadata/Event/entityDefs.json

    to entityDefs of your entity in custom folder.

    Comment


    • #3
      Originally posted by yurikuzn View Post
      Hi Peter,

      You need to copy "isAllDay" field and replace definitions of "dateStart" and "dateEnd"

      from application/Espo/Core/Templates/Metadata/Event/entityDefs.json

      to entityDefs of your entity in custom folder.

      Hi Yuri,
      thanks a lot.

      Comment

      Working...
      X