Interface ICalendar


  • public interface ICalendar
    The interface gives access to internal calendar implementation which allows to create event through different Android SDK versions
    • Method Detail

      • createCalendarEvent

        void createCalendarEvent​(android.content.Context context,
                                 CalendarEventWrapper event)