How to create task in outlook

Hi All,

i want to create a task in outlook, how do i do that, pls guide with the steps, any video tutiorial with also work.

Hi @Rakesh_Tiwari,

I believe the objective is to create a To-Do task in Microsoft To Do based on a received email.

If yes, you can achieve this using:

  • Microsoft Graph API (recommended for a scalable and reliable solution)
  • Or install Microsoft To Do and use UI Automation to create the task

Let me know if this helps.

Thanks!


as above, i want to create a task, now suggest me what will be the correct way to do it

@Anil_G

@Rakesh_Tiwari

You can make use of Graph API which is a best way to avoid any Ui, below is the documentation for this:

You can easily utilize these API, but challenge you might have is getting access to these APIs as all the resources will be exposed to the API and you need to convience client/leads to get the access.

Another option would be to go with Ui Automation, but it may need frequent maintainance as changes happen a lot (previously we build some MS teams automation which used to fail a lot).
But if Ui Automation is not feasible with normal ways, you can try Screenplay which used AI capabilities and works on prompt and no selectors needed.
Documentation for screenplay:

There are no integration service activities available yet for tasks.

Happy automation.

If helps, kindly mark as solution so that it’ll help other as well.

If you’re looking for a straightforward way to handle this, the most common approach is using the “Create Outlook Task” activity within the Outlook 365 or Mail activity packages.
You just need to ensure your account is linked properly in the Integration Service or via the Office 365 Scope. Once that’s set, you can dynamically pass your variables (like the subject and body) directly into the activity. If you’re working with the older desktop version, the “Create Task” activity under the classic mail activities still works pretty well too.