TaskListPlugin 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.
Task list plugin (e.g. Microsoft To-Do)
public sealed class TaskListPlugin
type TaskListPlugin = class
Public NotInheritable Class TaskListPlugin
- Inheritance
-
TaskListPlugin
Constructors
| TaskListPlugin(ITaskManagementConnector, ILoggerFactory) |
Initializes a new instance of the TaskListPlugin class. |
Methods
| AddTaskAsync(String, String, CancellationToken) |
Add a task to a To-Do list with an optional reminder. |
| GetDefaultTasksAsync(String, CancellationToken) |
Get tasks from the default task list. |
| GetNextDayOfWeek(DayOfWeek, TimeSpan) |
Calculates an upcoming day of week (e.g. 'next Monday'). |