api/pkg/modules/migration/microsoft-todo
kolaente 43f1daf40c
fix: microsoft todo migration not importing all tasks
Previously, we did not check if a list has more tasks than the ones returned. By default, the Microsoft Graph API only returns 10 tasks. If the user had more they would not get imported.
Now we check if there are more pages with tasks and pull them all in until we have everything.
2022-02-18 20:00:42 +01:00
..
microsoft_todo.go fix: microsoft todo migration not importing all tasks 2022-02-18 20:00:42 +01:00
microsoft_todo_test.go User Data Export and import (#967) 2021-09-04 19:26:31 +00:00