public final class CalendarManager

  1. Object
  2. CalendarManager
Registry and entry point for device and online calendar sources.

Methods

public static CalendarManager getInstance()
public synchronized CalendarManager registerSource(CalendarSource source)
public synchronized CalendarSource removeSource(String id)
public synchronized CalendarSource getSource(String id)
public synchronized List<CalendarSource> getSources()
public synchronized LocalCalendarSource getLocalSource()

Inherited methods

Method details

getInstance

public static CalendarManager getInstance()

registerSource

public synchronized CalendarManager registerSource(CalendarSource source)

removeSource

public synchronized CalendarSource removeSource(String id)

getSource

public synchronized CalendarSource getSource(String id)

getSources

public synchronized List<CalendarSource> getSources()

getLocalSource

public synchronized LocalCalendarSource getLocalSource()