Export Calendar into CSV Exchaneg 2016

Gagandeep Singh Hoda 1 Reputation point
2021-02-02T12:42:08.467+00:00

Dear Team,

I have requirement from one of the VIP users to export the calendar into CSV file

We are using Exchange 2016 in Hybrid mode

User is on prem Exchange server

Please help with any powershell script for using this or any other better approach

Exchange | Exchange Server | Management
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Andy David - MVP 157.4K Reputation points MVP Volunteer Moderator
    2021-02-02T13:25:19.75+00:00

    https://learn.microsoft.com/en-us/exchange/recipients/mailbox-import-and-export/export-procedures?view=exchserver-2019
    Powershell or use EAC:

    Example:
    New-MailboxExportRequest -Mailbox User1 -IncludeFolders “#Calendar#” -FilePath \SERVER01\PSTFiles\Vbarrios.pst

    63131-image.png


  2. Anonymous
    2021-02-03T05:20:57.147+00:00

    Hi @Gagandeep Singh Hoda ,

    You could use Outlook client to do this:

    1. Open outlook and go file -> Open & Export -> Import/Export
      63371-1.png
    2. Then choose Export to a file.
      63327-2.png
    3. Then choose CSV:
      63342-3.png
    4. Specify the Calendar you want to export:
      63328-4.png
    5. Finally choose a location for this file and finish.

    Here is the export result:
    63381-5.png

    Regards,
    Lou


    If the response is helpful, please click "Accept Answer" and upvote it.
    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.


Your answer

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