Using New Outlook on Windows for professional communication and productivity
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:
- In Power Automate, select Create > Automated cloud flows.
- Name the flow then select When an event is added, updated or deleted (V3) event.
- Select Create.
- Select the calendar where the meeting flows into.
- Click the New step button, search Condition.
- 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.
- Select Save, then ask someone to create a meeting and add you add a participant.
- 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.