all day in calendar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • peterberlin
    Active Community Member
    • Mar 2015
    • 1004

    all day in calendar

    Hello,
    How can the option be activated all day in own modules (based on event)?
    peter
  • yuri
    Member
    • Mar 2014
    • 8440

    #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.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • peterberlin
      Active Community Member
      • Mar 2015
      • 1004

      #3
      Originally posted by yurikuzn
      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...