In the SFCalendarDelegate I cannot find an overridable method to know which month is the user viewing. I tried GetMonthCell but there is no StartDate and EndDate. Using DataSource you can use the method GetAppointmentsInDateRange(NSDate rangeStartDate, NSDate rangeEndDate) but in that case you cannot refresh appointments if you add one new from code.
Can someone help?
Thank you