Skip to main content

todo_tasks

Function todo_tasks 

Source
pub fn todo_tasks(limit: usize) -> Result<Vec<GraphTask>, GraphError>
Expand description

Microsoft To Do tasks across all lists (/me/todo/lists/{id}/tasks), up to limit (0 = no cap). Tasks are per-list in Graph, so this fans out; one list failing (transient error) drops only that list, not the whole result.