oxer
oxer

Reputation: 1145

How to fix problem with all day events not visible on Google calendar?

In some cases, Google calendar does not correctly show all day events. How do we fix this?

Upvotes: 2

Views: 6403

Answers (3)

Ben
Ben

Reputation: 702

The solution mentioned across this and other questions is as follows:

When creating and all day event - instead of having the same start and end date, you should now have the end date as the following day.

i.e. instead of Start Date :2019-06-05 and End Date: 2019-06-05, the end date should be 2019-06-06

This can be seen here: https://stackoverflow.com/a/55851521/901666

Upvotes: 3

Mark Flegg
Mark Flegg

Reputation: 113

I've been experiencing the same issue, and found this fix:

Events created via API are not listed in printing

Just tried it and it worked for me! TLDR is that end date needs to be the day following the start date now.

Seems Google is making some changes to the api - I just had the docs for calendar events open in two separate tabs, same exact URL but with some subtle differences in the text -- specifically in the descriptions of start and end dates of all day events.

Upvotes: 1

oxer
oxer

Reputation: 1145

First a little background on the issue and then the fix (skip to bottom if you just want the fix).

This issue seems somewhat "random" in that it effects some accounts and not others (perhaps because Google is testing new "features" on a random subset of users before rolling out).

The way you can check if you are a victim of this issue is if there is an all day calendar event which is not visible in your usual Google calendar desktop view but it DOES show up if you search for it. The fact that you find it on search but do not see it on regular view demonstrates it is a bug.

In my investigation, it seems like this bug is more likely to show up for all day events created with the Google Calendar API than those created manually but that may just be particular to my setup.

How to Fix:

I wasn't able to figure out a perfect fix but if you go to the upper right of the screen for the Google Calendar view on a desktop, there is a dropdown which usually defaults to "Day" or "Week". You can click on this and select "Schedule" and then it will display all your events in a list and make them visible.

Upvotes: 1

Related Questions