Appointment height visibility/readabilty is not good when the appointment time is lessthan 5 mins

Hi Team, 

Good Morning!!!

var data = [
  {
    Id: 1,
    Subject: 'Meeting 1',
    StartTime: new Date(2021015100),
    EndTime: new Date(2021015105),
  },
  {
    Id: 2,
    Subject: 'Meeting 2',
    StartTime: new Date(2021015105),
    EndTime: new Date(20210151010),
  }
];

I have an appointment data, for example, The data is having two 5 mins appointments. When I give the timescale for 30 mins interval, It is not having good visibility. I don't want to change or reduce the time interval less than 30. But I want the appointment to be visible for the entire cell even it is a 1 minute appointment or 30 mins appointment. I need the appointment to occupy the entire cell for better readability.

Stackblitz link: https://stackblitz.com/edit/tbb4hw 

Actual Result:

Expected result:




Regards,
Balaji


2 Replies

SK Satheesh Kumar Balasubramanian Syncfusion Team October 25, 2021 01:39 PM UTC

Hi Balaji, 
  
Greetings from Syncfusion Support!!! 
  
We have validated your reported query "Appointment height visibility/readabilty is not good when the appointment time is less than 5 mins" at our end and we regret to let you know that currently it is not feasible to achieve your requirement. So we have considered your requirement "Handle schedule shorter appointments" as feature request at our end and it will be included in our volume 4 release which is expected to rolled out at the end of December 2021. We appreciate your valuable patience until then. 
  
You can keep track of the status at your end through the below feedback. 
  
  
Meantime, we suggest you please use the below workaround solution to achieve your requirement.  Set the minimum height for the appointment as the cell height like below, 

.e-appointment{ 
  min-height: 36px !important; 
} 

Sample: https://stackblitz.com/edit/shorter-appointments?file=index.html

 
Please get back to us if you need any further assistance. 

Regards,
Satheesh Kumar B



VM Vengatesh Maniraj Syncfusion Team December 21, 2021 03:58 PM UTC

Hi All,


We are glad to announce that our Essential Studio 2021 Volume 4 Release v19.4.0.38 is rolled out and is available for download under the following link.


https://www.syncfusion.com/forums/171304/essential-studio-2021-volume-4-main-release-v19-4-0-38-is-available-for-download


In this release, we have provided the support to set the minimum event duration for the appointment to make the event subject read easier by making use of the minimumEventDuration property.


API: https://ej2.syncfusion.com/documentation/api/schedule/eventSettingsModel/#minimumeventduration

Release Notes: https://ej2.syncfusion.com/documentation/release-notes/19.4.38/?type=all#schedule


We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.


Regards,          

Vengatesh


Loader.
Up arrow icon