Hi Austin,
Thank you for your interest in Syncfusion products.
Based on the provided information, we suspect that your requirement is to display allday event in MonthView which can be achieved by setting “IsAllDay” property of Schedule Appointment in SfSchedule Xamarin. Please refer the below code snippet.
[C#]
scheduleAppointment.Subject = "Genral Meeting";
scheduleAppointment.Location = "India";
scheduleAppointment.StartTime = starttime;
scheduleAppointment.EndTime = endtime;
scheduleAppointment.IsAllDay = true;
scheduleAppointmentCollection.Add(scheduleAppointment);
schedule.DataSource = scheduleAppointmentCollection;
schedule.ScheduleView = ScheduleView.MonthView;
If provided code snippet doesn’t match with your expectation kindly provide us more information about your requirement with screen shots (illustrative images if Possible), so that we could analyze on it and provide you better solution.
Please let us know. If you have any query.
Regards,
Subburaj Pandian V
Hi Austin,
Based on the implementation, we have AllDay panel support only in Day, Week and WorkWeek views. As of now we don’t have any support to uniquely display AllDay appointment in MonthView as like in Day, Week and WorkWeek views. AllDay appointment will be rendered as like normal appointment in Month view.
Since this feature isn’t available in our product, we consider this to be a feature request. It will help us to implement the feature in line with your requirement, if you can provide more details regarding the requirement (Screenshots if possible).
Please let us know, if you have any query.
Regards,
Nijamudeen M.