Outook calendar share , but can not view old appointment

derek chan 1 Reputation point
2020-10-21T06:17:08.463+00:00

I have followed the below link to share the outlook calendar to external user , however , I found that the external user can only view the appointment from current month ( now is October ) , that means only the appointment from this month ( October ) can be view , but it can not view the appointment before this September , would advise what is the reason ? how to view all appointment ?

thanks

https://support.microsoft.com/en ... d-8c73-6931a0adab88

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,900 questions
Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,010 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Vasil Michev 95,666 Reputation points MVP
    2020-10-21T08:02:27.49+00:00

    You've most likely "published" the calendar, so you need to adjust the period included. Unfortunately, this can only be done via PowerShell:

    Set-MailboxCalendarFolder vasil:\calendar -PublishDateRangeTo SixMonths -PublishDateRangeFrom ThreeMonths
    
    0 comments No comments

  2. Jade Liang-MSFT 9,956 Reputation points Microsoft Employee
    2020-10-21T10:16:35.717+00:00

    Hi @derek chan ,

    I have followed the below link to share the outlook calendar to external user

    Due to the link mentioned in your question is not complete, how did you share your calendar(Email Calendar or publish online)?

    If you shared the calendar through publish online and you are using Exchange account, your issue may be related to the setting of publish date range, it's suggested to contact your administrator to change it via PowerShell as michev mentioned, for more information, please refer to this article: Set-MailboxCalendarFolder.

    Besides, if you shared the calendar through E-Mail calendar, as I know, we could set the data range like below. And according to my tests, other users could view all items in my calendar between this range, so please kindly try to change your setting and share your calendar again to test.
    34005-snipaste-2020-10-21-17-45-41.png
    If the issue still exists, in order to perform targeted tests and further analyze it, please provide me with more information about your issues(such as the type of account and Outlook client etc.).


    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.