How do I automatically categorize calendar meetings in new Outlook?

Ashleigh Price 45 Reputation points
2025-12-01T21:32:48.5966667+00:00

I'd like to automatically categorize events in my calendar that have key words or include particular people. For example, if I or someone else makes a meeting that has a title of "Blue time", a rule automatically categorizes it as "blue time category".

I tried doing this with a rule where "subject or body" includes key words, but it's not categorizing any of my events after running the rule. Is this not possible in new outlook?

Outlook | Windows | New Outlook for Windows | For business

Answer accepted by question author
Anonymous
2025-12-01T23:19:13.1666667+00:00

Hi @Ashleigh Price

Thank you for posting your question to the Microsoft Q&A forum. 

By default, Outlook rules are designed to perform actions with emails only, meetings cannot be controlled using Outlook rules. 

According to your concern, to categorize meetings in Outlook, I would recommend using Power Automate. To categorize a meeting with title and particular people, please perform these steps: 

  1. In Power Automate, select Create > Automated cloud flows. 

User's image

  1. Name the flow then select When an event is added, updated or deleted (V3) event. 

User's image

  1. Select Create. 
  2. Select the calendar where the meeting flows into. 

User's image

  1. Click the New step button, search Condition. 

User's image

  1. For the True branch, add Send an HTTP request action:  
  • Enter in the URI as below.
https://graph.microsoft.com/v1.0/me/events/@{triggerOutputs()?['body/id']}
  • Select the PATCH method. 
  • Enter {"categories": ["blue time"]} in the body. 

User's image

  1. Select Save, then ask someone to create a meeting and add you add a participant. 
  2. Your meeting will be categorized as a blue time category. 

I hope this information is helpful. Please follow these steps and let me know if it works for you. If not, we can work together to resolve this.    

Thank you for your patience and your understanding. If you have any questions or need further assistance, please feel free to share them in the comments on this post so I can continue to support you. 

I look forward to continuing the conversation. 


If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.     

Was this answer helpful?


1 additional answer

Sort by: Newest
  1. Ashleigh Price 45 Reputation points
    2025-12-15T20:42:48.4266667+00:00

    Works - Thank you! There was an extra space in the above answer - the body that worked for me was: "{"categories":["blue time"]}"

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.