Share via

I want to add a event in my calendar and flag it

Rickey Fessler 0 Reputation points
2026-02-18T13:34:28.44+00:00

I want to add an Event in Microsoft Calendar 365 and Flag that event i created (or any event i created in Outlook 365.) it is not an email that i can flag but a calendar event. How would I do this?

Thank you in advance for your response.


Moved from Microsoft 365 and Office | Other

Outlook | Web | Outlook.com | Email
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Aymeric-B 27,665 Reputation points Independent Advisor
    2026-02-18T14:18:52.2866667+00:00

    Hello !

    Unfortunately, at the moment, you cannot flag an event in Outlook's calendar.
    You can categorize the event, put a charm next to the name, but flagging it like emails is not supported.

    To do so, right-click on the event and select "Charm" or "Categorize".

    User's image

    Please let me know if you have any other question !

    0 comments No comments

  2. Q&A Assist
    2026-02-18T13:34:42.3333333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To add an event in Microsoft 365 Calendar and flag it, you can follow these general steps:

    1. Create an Event: Use the Microsoft Graph API to create an event in your calendar. You can do this by sending a POST request to the /me/events endpoint with the necessary details of the event in the request body.
    2. Flag the Event: Currently, the Microsoft Graph API does not support flagging calendar events in the same way it does for emails. However, you can manage events and their lifecycle, such as creating, updating, and deleting them. You might consider using reminders or notifications as a workaround to keep track of important events.

    For detailed guidance on creating events, you can refer to the Microsoft Graph documentation on managing events and calendars.


    References:

    0 comments No comments

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.