NexusSEO Open NexusSEO →

Scheduler — Sync Status Indicator

The indicator that tells you whether your latest calendar change has been saved to Firestore or is still pending.

What is it?

A small status pill near the Calendar header showing Synced (green, all changes saved) or Unsaved (amber, changes pending). Every drag, edit, or delete writes to Firestore asynchronously. The pill reflects that write's state. If it stays Unsaved for more than a few seconds, there's a network or permission issue worth investigating.

When should I use it?

How to use it

  1. Make a calendar change (drag, edit, delete).
  2. Watch the status pill near the top — it flips to Unsaved briefly.
  3. Within 1–2 seconds, it should flip back to Synced.
  4. If it stays Unsaved past 5 seconds, refresh the page. If the issue persists, check network and permissions.

Tips and best practices

Gotchas and limits

Related