MicrosoftToDoConnector Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Connector for Microsoft To-Do API
public class MicrosoftToDoConnector : Microsoft.SemanticKernel.Plugins.MsGraph.ITaskManagementConnector
type MicrosoftToDoConnector = class
interface ITaskManagementConnector
Public Class MicrosoftToDoConnector
Implements ITaskManagementConnector
- Inheritance
-
MicrosoftToDoConnector
- Implements
Constructors
| MicrosoftToDoConnector(GraphServiceClient) |
Initializes a new instance of the MicrosoftToDoConnector class. |
Methods
| AddTaskAsync(String, TaskManagementTask, CancellationToken) |
Add a task to the specified list. |
| DeleteTaskAsync(String, String, CancellationToken) |
Delete a task from a task list. |
| GetDefaultTaskListAsync(CancellationToken) |
Get the default task list. |
| GetTaskListsAsync(CancellationToken) |
Get all the task lists. |
| GetTasksAsync(String, Boolean, CancellationToken) |
Get the all tasks in a task list. |