How To See When A Calendar Event Was Created In Outlook : Finding Original Creation Date

Outlook stores the creation timestamp for every calendar event, and you can find it in the event details panel. If you’ve ever wondered how to see when a calendar event was created in outlook, the answer is simpler than you think. This guide walks you through the exact steps for both desktop and web versions, so you never have to guess again.

Knowing when an event was created helps you track meeting origins, verify scheduling accuracy, or simply understand your calendar history. Whether you use Outlook 2016, 2019, Microsoft 365, or Outlook on the web, the method is slightly different but always accessible.

How To See When A Calendar Event Was Created In Outlook

Let’s start with the most common version: Outlook for Windows (desktop app). This method works for Outlook 2013, 2016, 2019, and Microsoft 365.

Step-By-Step For Outlook Desktop (Windows)

  1. Open Outlook and go to your Calendar view.
  2. Double-click the event you want to check. This opens the event in its own window.
  3. Look at the bottom of the event window. You’ll see a section called “Tags” or “Info.”
  4. Click the small arrow in the bottom-right corner of the Tags group. This opens the “Properties” dialog box.
  5. In the Properties window, find the field labeled “Created.” This shows the exact date and time the event was created.

That’s it. The timestamp is right there, plain and simple. If you don’t see the Tags group, your Outlook version might be different. Try the next method instead.

Alternative Method For Outlook Desktop

Some users prefer a faster route. Right-click the event in your calendar and select “Open” from the menu. Then follow the same steps above to find the Properties dialog. The Created field appears in the same spot.

If you still can’t find it, check the “File” tab. Open the event, then click File > Info. The Properties section on the right side shows the Created date. This works for most versions.

For Outlook On The Web (OWA)

Outlook on the web has a different layout. Here’s how to find the creation time:

  1. Log in to Outlook.com or your work/school Outlook web app.
  2. Go to Calendar.
  3. Click the event you want to inspect. It opens in a reading pane or pop-up.
  4. Look for the “More details” or “View details” link. Click it.
  5. Scroll down to the “Organizer” section. Below the organizer’s name, you’ll see “Created” followed by the date and time.

Note: In OWA, the created time is not always visible by default. You might need to expand the event details. If you don’t see it, try opening the event in a separate window by clicking “Open in new window.”

For Outlook For Mac

Mac users have a slightly different process. Follow these steps:

  1. Open Outlook for Mac and go to Calendar.
  2. Double-click the event to open it.
  3. Click the “Organizer” or “Meeting” tab at the top.
  4. Look for the “Info” section. The “Created” field appears there.
  5. If you don’t see it, click the “Show Info” button (an “i” icon) in the toolbar.

Some Mac versions hide the created time deeper. Try right-clicking the event and selecting “Get Info.” The creation date is listed under “General.”

For Outlook Mobile App (IOS And Android)

The mobile app doesn’t show the created timestamp directly. But you can still find it using a workaround:

  • Open the event in the mobile app.
  • Tap “Edit” or the pencil icon.
  • Scroll to the bottom of the edit screen. Look for “Created” or “Created on.”
  • If not visible, tap “More details” or “Show advanced options.”

This method works inconsistently across devices. For reliable results, use the desktop or web version.

Why You Might Need The Creation Timestamp

There are several practical reasons to check when an event was created:

  • You want to confirm if a meeting was added before or after a certain deadline.
  • You’re auditing your calendar for accuracy.
  • You need to prove when a request was made.
  • You’re troubleshooting sync issues between devices.
  • You want to see if someone edited an event after creation.

Knowing the creation time gives you a clear record of your calendar history. It’s a simple but powerful feature.

Common Issues And Fixes

Created Field Is Missing

If you don’t see the Created field in the Properties dialog, your Outlook might be set to a different view. Try these fixes:

  • Make sure you’ve opened the event in its own window (double-click, not single-click).
  • Check if the event is a recurring series. Recurring events sometimes hide the original creation time. Open one instance instead.
  • Update Outlook to the latest version. Older versions may not show the field.

Created Time Shows Wrong Date

If the timestamp seems off, it might be due to time zone settings. Outlook stores the creation time in your local time zone. If you changed time zones after creating the event, the displayed time might appear different. Check your Outlook time zone settings under File > Options > Calendar.

Cannot Find Properties Dialog

Some Outlook versions hide the Properties button. Try these alternatives:

  • Press Ctrl+Shift+F on your keyboard while the event is open. This opens the Advanced Find window, which includes the creation date.
  • Use the “File” menu method mentioned earlier.
  • Search for “Properties” in the Outlook help bar.

Using The Outlook Calendar Inspector

For power users, the Calendar Inspector tool gives you even more details. Here’s how to enable it:

  1. Open an event in its own window.
  2. Click “File” > “Options” > “Add-ins.”
  3. At the bottom, select “COM Add-ins” from the Manage dropdown and click “Go.”
  4. Check “Calendar Inspector” if available. If not, you may need to download it from the Microsoft Store.
  5. Once enabled, open an event and click “Calendar Inspector” in the ribbon. The creation time appears in a separate pane.

This tool is advanced and not necessary for most users. Stick to the basic methods above unless you need extra data.

How Creation Time Differs From Modified Time

It’s important to understand the difference. The “Created” field shows when the event was first made. The “Modified” or “Last Modified” field shows when it was last changed. These are two separate timestamps.

To see the modified time, follow the same steps but look for “Modified” or “Last Modified” in the Properties dialog. This helps you track edits over time.

Exporting Calendar Data To See Creation Times

If you need to check creation times for multiple events at once, export your calendar:

  1. Go to File > Open & Export > Import/Export.
  2. Choose “Export to a file” and select “Comma Separated Values.”
  3. Select your calendar folder and choose a save location.
  4. Open the CSV file in Excel. Look for the column labeled “Created” or “CreationTime.”

This method gives you a complete list of all events with their creation timestamps. It’s perfect for audits or bulk analysis.

Using VBA To Retrieve Creation Time

For advanced users, a simple VBA script can pull the creation time. Here’s a basic example:

  1. Press Alt+F11 to open the VBA editor.
  2. Insert a new module and paste this code:
Sub ShowCreationTime()
    Dim objApp As Outlook.Application
    Dim objCalendar As Outlook.Folder
    Dim objItem As Outlook.AppointmentItem
    Set objApp = Outlook.Application
    Set objCalendar = objApp.Session.GetDefaultFolder(olFolderCalendar)
    Set objItem = objApp.ActiveInspector.CurrentItem
    MsgBox "Created: " & objItem.CreationTime
End Sub
  1. Run the macro while an event is open. A message box shows the creation time.

This method is not for beginners, but it works reliably.

Checking Creation Time In Shared Or Group Calendars

Shared calendars and Microsoft 365 group calendars work the same way. Open the event from the shared calendar and follow the desktop or web steps. The created time is stored per event, not per calendar.

One caveat: If you don’t have editor permissions, you might not see the Properties dialog. Ask the calendar owner to check for you.

Frequently Asked Questions

Can I See When A Calendar Event Was Created In Outlook Without Opening It?

No, you must open the event to see the creation timestamp. The calendar view only shows the event name and time, not the creation date.

Does The Creation Time Change If I Move The Event To A Different Folder?

No, moving an event does not change its creation timestamp. The “Created” field stays the same regardless of where you store the event.

How Can I See The Creation Time For A Recurring Event In Outlook?

Open one instance of the recurring series. The creation time for that specific instance appears. The original series creation time is stored in the master event.

Why Is The Creation Time Missing In Outlook On The Web?

Some Outlook on the web versions hide the created field by default. Try opening the event in a new window or using the “More details” link. If still missing, switch to the desktop app.

Can I Sort Calendar Events By Creation Time In Outlook?

Yes, but only in the list view. Switch your calendar to “List” view (View > Change View > List). Then right-click the column headers and add the “Created” column. You can now sort by creation time.

Final Tips For Tracking Event Creation

Remember these key points:

  • The creation timestamp is read-only. You cannot edit it.
  • If you copy an event, the new copy gets a new creation time.
  • Deleted events lose their creation time permanently unless you recover them from the Deleted Items folder.
  • Always check the time zone if the timestamp looks wrong.

Now you know exactly how to see when a calendar event was created in outlook. Use the method that fits your version, and you’ll have the information in seconds. No more guessing or digging through menus. Just open, click, and read.

If you run into any issues, refer back to the troubleshooting section. Most problems are easy to fix with a quick settings adjustment. And if all else fails, the export method gives you a complete record every time.

Your calendar is a powerful tool. Knowing its history makes it even more useful. Start checking those creation timestamps today.