Here is a few issues I came across using the SFCalendar control, not certain if I'm just being stupid here and missing something obvious.
1. The Color you set when populating the
CalendarEventCollection with
CalendarInlineEvent's are lost when you access the appointments in the _OnInlineLoaded event, all appointments color is set to Blue then.
2. During the OnInlineLoaded event you cannot get the Selected Date, the selected Date is only available with the OnCalendarTapped event, so if you want to do a custom InlineView that uses the selected date you must fire the OnInlineLoaded event again after the OnCalendarTapped event occurred.
3. Looks like Appointments (CalendarInlineEvent) cannot cover multiple dates, I created an CalendarInlineEvent that started in Dec 2016 and ended in Sept. 2017, the calendar control will only show the appointment in certain months and skipping others completely (also showed the appointment in 2018) so I take appointments cannot span days/weeks/months.
If anyone have come across similar issues and found work arounds, please point me in the correct direction.
Thanks