Appointment not rendering in month view schedule

Hello
In schedule appointment is not rendering in UI even though eventSettings.data is binded with data

7 Replies 1 reply marked as answer

JO JohnHerschel August 23, 2020 03:55 AM UTC

restart the program and then check once again


BS Balasubramanian Sattanathan Syncfusion Team August 24, 2020 11:06 AM UTC

Hi Tabinda, 

Greetings from Syncfusion Support. 
 
We have analyzed your reported problem “Appointment not rendering in month view schedule” at our side and checked by preparing the below sample. But we are unable to replicate your problem. Since the appointments are rendered in UI properly in Month and other views too. So we would suggest you to refer the below UG to know more details about the appointments 
 
Code snippet: 
public eventSettings: EventSettingsModel = { dataSource: this.data }; 
 

Kindly refer to the above links and let us know the below details if you still face the problem at your side.  
  • Share scheduler related code snippet
  • Replicate your problem in the above shared sample or
  • Share a sample illustrating the problem which would help us to proceed further.

Regards, 
Balasubramanian S


TM Tabinda Muslim replied to Balasubramanian Sattanathan September 2, 2020 03:29 PM UTC

Hi Tabinda, 

Greetings from Syncfusion Support. 
 
We have analyzed your reported problem “Appointment not rendering in month view schedule” at our side and checked by preparing the below sample. But we are unable to replicate your problem. Since the appointments are rendered in UI properly in Month and other views too. So we would suggest you to refer the below UG to know more details about the appointments 
 
Code snippet: 
public eventSettings: EventSettingsModel = { dataSource: this.data }; 
 

Kindly refer to the above links and let us know the below details if you still face the problem at your side.  
  • Share scheduler related code snippet
  • Replicate your problem in the above shared sample or
  • Share a sample illustrating the problem which would help us to proceed further.

Regards, 
Balasubramanian S

Hello,

The problem is with maxDate, if set at end of date i.e 23:59:00, its not rendering. Is it expected behavior? 

prerequisites are, 
  • It should be in month view.
  • Range should not be whole month. (rather consider 1 week span).

  public minDate = new Date("2020-9-9 00:00:00");
 //  public maxDate = new Date("2020-9-15 00:00:00");  // with this working fine
  public maxDate = new Date("2020-9-15 23:59:00");  // with end of day i.e. 23:59 its not rendering in UI


BS Balasubramanian Sattanathan Syncfusion Team September 3, 2020 03:11 PM UTC

Hi Tabinda. 

Thanks for the update. 

We have analyzed your reported scenario at our side and let you know that if the appointment startDate is lesser than the schedule minDate the appointment should not rendered in the UI. And also if the appointment endDate is greater than the schedule maxDate the appointment should not rendered in the UI. In the below sample, the minDate and maxDate is working properly at our side. We would suggest you to refer the below UG. 


Kindly refer and follow the above links and let us know if you need further assistance. 

Regards, 
Balasubramanian S 



TM Tabinda Muslim September 8, 2020 11:24 AM UTC

Hello,

I have created a demo for reference of my usage https://stackblitz.com/edit/angular-shnrae-ve4k9y?file=app.component.ts
In my case Date input is always string with time. Just want to know is there any issue while using Date object with string.

Thanks


BS Balasubramanian Sattanathan Syncfusion Team September 9, 2020 03:38 PM UTC

Hi Tabinda, 
 
Thanks for the reply. 
 
We have validated your reported problem “Just want to know is there any issue while using Date object with string” at our side using the Date input as string type. We could reproduce the reported problem at our side and will update the solution on September 10, 2020. We would appreciate your patience. 
 
Regards, 
Balasubramanian S 



BS Balasubramanian Sattanathan Syncfusion Team September 10, 2020 03:54 PM UTC

Hi Tabinda, 
 
Thanks for the update. 
 
We have analyzed the reported problem “Just want to know is there any issue while using Date object with string” and we could reproduce the problem at our end. So we logged the below defect report. The fix for this defect will be included in our patch release which is expected to roll out on September 29, 2020. We would appreciate your valuable patience. You can track the status through the below feedback link. 
 
 
Regards, 
Balasubramanian S 


Marked as answer
Loader.
Up arrow icon