Agenda
The agenda service.
This class allows performing agenda related actions like adding a new contact, updating an existing one or fetching the contacts from specific sources.
Functions
Adds a listener to receive agenda events.
Marks the current cache as dirty. Any subsequent getContacts requests will fetch new data from the network data source.
Adds a new contact.
Deletes the specified contact.
Fetch contact from the specified contactId.
Retrieves a contact by their userName.
Retrieves a contact by their userName and associated domain.
Fetches all the contacts from the specified query.
Fetches contacts from the specified email.
Fetches contacts from the specified userId.
Removes the specified listener.
Resolves an identifier to obtain a contact.
Updates an existing contact.