Skip to main content

SynkedUP Calendar Shows on Desktop But Not on My Phone (Google Calendar Fix)

This article will help you fix the issue where exporting your SynkedUP calendar into Google Calendar will not show on your phone.

Written by Weston Zimmerman

If your SynkedUP calendar shows up fine in Google Calendar on your computer but won't display on your phone — in the Google Calendar app or in the calendar widget — this article will fix it.


Is this actually your issue?

This article is for you if all of these are true:

  • You added your SynkedUP calendar to Google Calendar

  • It shows correctly when you open Google Calendar in a browser on your computer

  • It does not show in the Google Calendar app on your phone

  • It does not show in your phone's Google Calendar widget

If your SynkedUP calendar isn't showing on desktop either, that's a different issue — you'll want to start with our setup article instead.


What's actually going on

Three things have to work together for your SynkedUP calendar to appear on your phone:

  1. SynkedUP creates the calendar feed

  2. Google subscribes to the feed at the account level

  3. Your phone's app or widget displays calendars from your Google account

When the calendar shows on desktop but not mobile, it almost always means step 2 went wrong — Google didn't fully subscribe to the feed at the account level. The desktop view can be misleading because it sometimes shows calendars that aren't actually attached to your Google account.

The two most common reasons step 2 fails:

  • The SynkedUP link you pasted into Google Calendar was incomplete (missing the security token at the end)

  • The link started with webcal:// instead of https:// (Google Calendar doesn't accept webcal:// links)


The fix

Step 1 — Get the correct SynkedUP link

  1. In SynkedUP, go to Schedule (or Calendar)

  2. Click Share

  3. Copy the entire link — make sure to scroll if needed and grab all of it

Your full link should look something like this:

webcal://api.synkedup.com/api/web/calendar-events/webcal/user?token=...

The ?token=... part at the end is required. Without it, Google treats the calendar as private and you'll see a "you don't have access" error.

Step 2 — Change webcal:// to https://

Google Calendar doesn't accept webcal:// links. You need to swap the protocol manually.

Take this:

webcal://api.synkedup.com/api/web/calendar-events/webcal/user?token=...

Change it to:

https://api.synkedup.com/api/web/calendar-events/webcal/user?token=...

Only the webcal:// at the very front changes. Leave everything else alone.

Step 3 — Add it to Google Calendar (desktop)

You need to do this part on a computer, not your phone.

  1. Open Google Calendar at calendar.google.com

  2. On the left side, find Other calendars

  3. Click the + next to it

  4. Click From URL

  5. Paste your full https://... link (with the token)

  6. Click Add calendar

You should not see a "request access" popup. If you do, your URL is missing the token — go back to Step 1.

Step 4 — Enable the calendar on your phone

Wait 1–5 minutes for Google to finish subscribing in the background. Then:

  1. Open the Google Calendar app on your phone (not Samsung Calendar — the actual Google one)

  2. Tap the menu icon (three lines, top left)

  3. Scroll down through your calendars list

  4. Find your SynkedUP calendar — it may be named "SynkedUP" or appear as a long URL

  5. Tap the checkbox to turn it on

  6. Tap the calendar name itself and confirm Sync is on and visibility is enabled

Step 5 — Refresh your widget

Even with the calendar enabled, widgets often need a manual refresh to pick up new calendar sources.

  1. Long-press the Google Calendar widget on your home screen

  2. Remove it

  3. Add it back

If your widget has a settings/gear icon, open it and confirm it's set to show All calendars, or manually check the box for your SynkedUP calendar. By default, some widgets only show one calendar.


How to test it worked

You should now see your SynkedUP jobs in three places:

  • Google Calendar on desktop

  • Google Calendar app on your phone

  • Google Calendar widget on your phone's home screen

To verify the sync is real (not just cached):

  1. Schedule a test job in SynkedUP 30 minutes in the future

  2. Wait 5–15 minutes (ICS calendar feeds aren't instant — a 5–15 minute lag is normal)

  3. Check your phone's Google Calendar app

  4. The job should appear

If the test job shows up, you're done.


Still not working?

Try these in order:

Force a Google Calendar sync on your phone

  1. Open your phone's Settings

  2. Go to AccountsGoogle → your Google account

  3. Toggle Calendar sync off

  4. Wait 10 seconds

  5. Toggle it back on

Clear the Google Calendar app cache

  1. Phone SettingsAppsGoogle Calendar

  2. Tap Storage

  3. Tap Clear cache (do not tap Clear data)

  4. Re-open the Google Calendar app

Re-add the calendar from scratch

If a "you don't have access" error appeared earlier in the process, Google may have half-subscribed and gotten stuck. The fix is usually:

  1. In Google Calendar desktop, find your SynkedUP calendar under Other calendars

  2. Hover over it, click the three dots, and Unsubscribe

  3. Repeat Step 3 above with the corrected https:// link

Clean up duplicate SynkedUP calendars

If you see two SynkedUP calendars in your Google Calendar list (this happens when you re-attempt the add):

  1. Toggle one of them off and watch your calendar

  2. If your jobs disappear, that's the working one — turn it back on

  3. Hover the other one, click the three dots, and Unsubscribe

You should only have one SynkedUP calendar attached.


Optional: clean up your widget for daily use

Once everything is syncing, a few small tweaks make the widget much more useful in the field:

  • Color-code your SynkedUP calendar so jobs are visually distinct from personal events

  • Filter your widget to show only SynkedUP + your main calendar (hides birthdays, holidays, and other clutter)

  • If you want to see only your own jobs, subscribe to My Schedule in SynkedUP; if you want full company visibility, use All Users Schedule


One thing to remember

SynkedUP uses an ICS calendar feed. That means updates aren't instant — they can lag 5–15 minutes. If you just scheduled a job and it isn't on your phone yet, give it a few minutes before troubleshooting.

Note: I left the URLs (api.synkedup.com) unchanged since those are actual technical endpoints — changing them would break the example for users copying the link format.

Did this answer your question?