Calendar Bug: Vacation Dates Display Incorrectly for Some Users (iOS & Android)

Hi everyone,

We’re experiencing a serious issue with our PTO manager app built in Glide. Our calendar is supposed to display employee vacation dates, but for some users (on both Android and iPhone), the calendar shows completely wrong days and duplicated/misplaced vacation bars.

Details:
This bug only happens for some users. For others, the calendar displays perfectly.

I’ve tried clearing cache, uninstalling/reinstalling the app, and even having users log in one by one (to avoid data overload). The issue persists for a few users.

No user-specific columns or row owners are set on the calendar data.

The bug appears on both mobile and web versions for affected users.I’ve attached screenshots:

1.	Correct calendar display
2.	Bugged calendar display on another device

This is creating a lot of frustration—would appreciate any advice or ideas!
Thanks in advance.

  1. Correct calendar view

  2. Bugged calendar display on another device

Are you using the Format Date column (or any other date manipulation column types) in your App?

Yes, I am using Format Date columns and some math/if-then-else columns that manipulate date values. I use these to show vacation start and end dates on the calendar, filter requests, and calculate the anniversary logic for vacation resets.

My guess would be that it is the Format Date column that is causing the problem. This column has been known for a long time to give inconsistent/unreliable results on some devices.

1 Like

I will give this a try.