Tasks
This module provides methods for managing tasks associated with the connected user.
Tasks act as to-do items, each containing a title, description, category, position, and a boolean flag indicating whether the task has been completed. You can create, update, retrieve, and delete tasks through this interface.
Tasks can also be created from Instant Messaging (IM) messages, enabling a smooth integration between user conversations and task tracking. Additionally, tasks can be created offline and will automatically synchronize with the server when the connection is restored.
Each task is represented by a Task object, which encapsulates all relevant data for individual tasks.
Samples
com.ale.rainbowsdk.samples.TasksSampleProperties
Functions
Creates a Task associated with a specified category.
Creates a Task associated with an IMMessage and a specific category.
Deletes a Task based on its unique ID.
Deletes a Task associated with a specific instant message.
Fetches tasks associated with the user, optionally filtered by category.
Updates the specified Task by directly modifying its properties.