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: Most helpful
  1. 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
  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:14:14+00:00

    I just find it ridiculous that this is taking so long to fix. This group is probably just a small section of the people affected and while its not a show stopper its causing impact probably to thousands if not millions of people!!

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2025-02-26T16:39:11+00:00

    Appreciate you confirming that we're not alone in experiencing this! I wish there was a way to get a quick solution to this - tough because I am pretty sure the issue is on Microsoft's end.

    Hello?? Microsoft? Is there a solution to this that is being worked on? Again, pretty sure it is an issue with the internal time zone or clock or something like that.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2025-02-25T18:09:01+00:00

    Just spent an hour with Microsoft trying to find a realistic work around for the mean time. He couldn't figure anything out but mentioned they're aware of the issue as there are other tickets submitted with the same problem.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments