View published calendar more than 6 months out

Anonymous
2018-06-04T14:17:13+00:00

How do I get the calendar that I have published to show events more than 6 months out?

Outlook | Windows | Classic Outlook for Windows | For home

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2018-06-05T06:24:50+00:00

Hello Melissa,

By default, the published Office 365 calendar will show events for 6 months. If you want to change the value to a longer period, please contact your Office 365 admins and run the following PowerShell commands:

  1. Connect to Exchange Online PowerShell.
  2. Run the following command:

**Set-MailboxCalendarFolder -Identity ****@domain.com:\Calendar –PublishEnabled $true -PublishDateRangeFrom SixMonths -PublishDateRangeTo OneYear

You can see this article for reference: Set-MailboxCalendarFolder.

If you have any questions, please feel free to contact us.

Regards,

Rick

Was this answer helpful?

6 people found this answer helpful.
0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2018-06-07T09:40:06+00:00

    Hello Melissa,

    Do you need any other help?

    Regards,

    Rick

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2018-06-04T16:35:39+00:00

    You need to change the value via PowerShell:

    Set-MailboxCalendarFolder user:\calendar -PublishDateRangeTo OneYear

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments