Forum Discussion
NathanFAW
Oct 18, 2021Copper Contributor
What happens to a user's To Do tasks when they leave the organization?
My team and I have seen a lot of issues with organizational leadership and professionals not being aware that, when their teammates or subordinates leave, the ex-employee's OneDrive files (including ...
- Oct 20, 2021Yes. Keep in mind that they will be shown as separate folder under Tasks for said user.
VasilMichev
Oct 19, 2021MVP
ToDo items are stored within the person's mailbox, so it depends on what happens with the mailbox itself. If you want to export/copy, your best bet is programmatic solution, aka Graph API: https://docs.microsoft.com/en-us/graph/api/resources/todo-overview?view=graph-rest-1.0
- NathanFAWOct 19, 2021Copper ContributorVasilMichev Good to know; that's a start. Thank you. Looks like a programmatic solution would be the most thorough and efficient — unfortunately, neither I nor any of my teammates know anything about Graph API, or API in general 😅 A simpler solution might be better for us, at least to start with.
If User 1 is about to leave the organization (or has left already), would delegating their mailbox to User 2 allow User 2 access to User 1's To Do tasks?- VasilMichevOct 20, 2021MVPYes. Keep in mind that they will be shown as separate folder under Tasks for said user.
- NathanFAWOct 21, 2021Copper ContributorAlright, that works. I'll record that as our solution to use going forward. Thank you, Vasil! Best of luck to you.