Hi James,
Currently we are analyzing on this requirement. We will update you the details in one business day (22nd Mar, 2016). We appreciate your patience until then.
Please let us know, if you have any query.
Regards,
Nijamudeen M.
Hi James, Could you please cross check the data you have provided while creating appointments through the event. If the provided solution doesn’t meet your requirement, please revert us back with simple issue reproducing sample along with its replication procedure (if possible screenshot)? It will be helpful for us to analyze on your requirement and provide you a possible solution.
We appreciate your patience.
We have analyzed the provided code snippet. Based on your scenario, we have tested SfSchedule by triggering an event to added appointments to the control in that event and it works fine. Along with AppointmentCollection changed and Appointment property changed is also listened properly for that please refer our sample browser sample (Xamarin -> iOS -> Schedule->AppointmentEditor).
Please let us know, if you have any query.
Regards,
Nijamudeen M.
Hello,I am trying to use SFSchedule within an Xamarin IOS app targeting iPad. I am successful in creating, displaying a month view schedule. I could not get datasource to work, even with the example code as the two methods were never called. So I am adding appointments to a NSMutableArray within a for loop. This occurs after the view constructor and view did load events as I am using MVVM cross viewmodels to retrieve my data, once the data has been retrieved, an event is raised from the viewmodel to the view to bind the appointments to the schedule control. After which I am calling ReloadData. but this is not refreshing the view and showing the added appointments. If I navigate or select any cell, then the appointments are displayed. Is there another method to call to refresh the monthview and display my appointment information?I have attached a zip with my View class included for reference.
Attachment: ScheduleView_d7fac3a.zip