Tasks
This module provides methods for managing tasks related to the connected user.
Tasks represent to-do items with properties like title, description, category, position, and a completion status.
This interface lets you create, update, fetch, and delete tasks easily.
You can also create tasks directly from Instant Messaging (IM) messages, making it simple to turn conversations into actionable items.
Tasks created while offline will be synced automatically once the connection is back.
Each task is represented by a Task object containing all the necessary information.
Samples
com.ale.rainbowsdk.samples.TasksSampleProperties
Functions
Creates a new Task associated with a specified category.
Creates a new Task linked to a given IMMessage and associates it with a category.
Deletes a Task identified by its unique ID.
Deletes the Task linked to a specific instant message.
Fetches the user's tasks, optionally filtered by category.
Updates an existing Task with new properties.