How do I insert an ADD TO CALENDAR link for outlook calendar.

Natasha Kiew 0 Reputation points
2024-04-14T09:26:39.86+00:00

I cannot save my outlook ics calendar file to a public drive where everyone who click onto my link can automatically save the event to their calendar. My calendar ics file could only be saved into my desktop, (which only I can access). How do I save this ics file in a place where it is accessible to everyone?

Outlook | Windows | Classic Outlook for Windows | For business
Windows for business | Windows Server | User experience | Other
Microsoft Security | Microsoft Authenticator
Microsoft Teams | Microsoft Teams for business | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Patchfox 4,176 Reputation points
    2024-04-14T15:14:45.52+00:00

    Hi Natasha Kiew, thanks for adding more details to the question.

    Now I guess, I know what you want to do.

    You can try this with PowerShell:

    Set-MailboxCalendarFolder mailbox:\Calendar -PublishEnabled $true

    https://learn.microsoft.com/en-us/powershell/module/exchange/set-mailboxcalendarfolder?view=exchange-ps

    With this, the calendar of the mailbox is public on the internet.

    You can retrieve the ics URL via:

    Get-MailboxCalendarFolder sharednew:\Calendar | select PublishedCalendarUrl,PublishedICalUrl

    https://learn.microsoft.com/en-us/powershell/module/exchange/get-mailboxcalendarfolder?view=exchange-ps

    OR

    check out the feature via GUI.

    https://support.microsoft.com/en-us/office/share-your-calendar-in-outlook-on-the-web-7ecef8ae-139c-40d9-bae2-a23977ee58d5

    "Share your calender"


    If the reply was helpful, please don’t forget to upvote or accept it as an answer, thank you!

    0 comments No comments

  2. SokiGuo-MSFT 31,536 Reputation points Microsoft External Staff
    2024-04-15T02:31:08.15+00:00

    Hi @Natasha Kiew

    In Outlook, you can choose a shared network location in your organization. The most common scenario is to save an iCalendar .ics file to a website. Keep in mind that when choosing a location to save a file, any recipient must have access to that location. More information, see: Create an Add to calendar link in an email message.

    User's image


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.