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?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,103 questions
Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,517 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
2,996 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,160 questions
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,899 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Patchfox 3,786 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 23,326 Reputation points Microsoft Vendor
    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.