diff --git a/docs/reference/skills/productivity-todo.md b/docs/reference/skills/productivity-todo.md index 5c3e636d35..be4ab73cad 100644 --- a/docs/reference/skills/productivity-todo.md +++ b/docs/reference/skills/productivity-todo.md @@ -48,6 +48,7 @@ If you plan to use the skill as part of a Virtual Assistant the process of regis - `Notes.ReadWrite` - `User.ReadBasic.All` - `Tasks.ReadWrite` +- `Mail.Send` **However**, if you wish to use the Skill directly without using a Virtual Assistant please use the following steps to manually configure Authentication for the Calendar Skill. This is **not** required when using the Skill with a Virtual Assistant. diff --git a/skills/src/csharp/todoskill/todoskill/manifestTemplate.json b/skills/src/csharp/todoskill/todoskill/manifestTemplate.json index db0e80dfba..100c41b99e 100644 --- a/skills/src/csharp/todoskill/todoskill/manifestTemplate.json +++ b/skills/src/csharp/todoskill/todoskill/manifestTemplate.json @@ -4,11 +4,11 @@ "description": "The ToDo skill provides task related capabilities and supports Office based tasks.", "iconUrl": "toDoSkill.png", "authenticationConnections": [ - { - "id": "Outlook", - "serviceProviderId": "Azure Active Directory v2", - "scopes": "Tasks.ReadWrite Notes.ReadWrite People.Read User.Read Contacts.Read" - } + { + "id": "Outlook", + "serviceProviderId": "Azure Active Directory v2", + "scopes": "Tasks.ReadWrite Notes.ReadWrite User.ReadBasic.All Mail.Send" + } ], "actions": [ {