Why is our published Outlook calendar showing as 1899 in our website

Anonymous
2025-02-10T15:23:10+00:00

Our outlook calendar looks fine in outlook but the shared link (html) that we use on our website is showing the calendar as 1899. We have not made any changes to our website so can only assume Microsoft has made some kind of update that has caused this?. How do we rectify or get Microsoft to resolve the issue?

If you click on Today then that takes you to the view that users should be seeing but obviously our users will not know to do that (and why should they)

Just to add to this, if you copy the shared html link from outlook and paste into the browser, the issue is replicated without going via our website so the issue looks likely to be a Microsoft Outlook one?

Microsoft 365 and Office | Install, redeem, activate | For home | Other

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

53 answers

Sort by: Oldest
  1. Anonymous
    2025-02-26T17:21:55+00:00

    I also have this issue.

    My work-issued PC recently updated to Windows 11, and the functionality of the calendar was only called into question after the "upgrade" nullified the 2016 Outlook desktop app. This issue is also interferring with SmartSheet connectivity as that calendar is also showing December 1899.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-02-26T17:26:16+00:00

    As a temporary measure we added a JavaScript that reloads the Iframe after 3 seconds and most browsers load the current date then. It requires that your Iframe have an ID attribute.

    [removed_js] { const iframe = document.getElementById('yourIframeId'); // Replace 'yourIframeId' if (iframe) { iframe.src = iframe.src; }}, 3000);
    

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2025-02-26T17:48:48+00:00

    We should all just switch to using Google calendars... if only that didn't require shifting the platform that our whole organization uses.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2025-02-26T17:49:43+00:00

    @Gary Oliver - thank you! Appreciate the temporary workaround. Thanks for posting the code as well!

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2025-02-26T22:37:12+00:00

    I have similar issues.

    PLUS

    "All Day" event somehow shows 2 days now :(

    Sent a trouble ticket to Microsoft

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments