Package com.codename1.calendar


package com.codename1.calendar

Cross-platform access to local device calendars and explicitly registered online calendar sources.

Use CalendarManager to discover the available sources. The built-in LocalCalendarSource reports the capabilities and permission states of the current platform before an application requests access or reads and writes events. Applications can register additional CalendarSource implementations for online providers.

Calendar changes use explicit refresh and query operations. A source may additionally advertise change observation through its capabilities, but applications must not assume that every platform can deliver live change notifications.