Google Calendar imports nothing, or merges every event into a single entry
Cause: Gemini frequently omits the UID line that every VEVENT requires. With no UID, importers cannot tell events apart — so they either reject the file or overwrite everything into one event, and re-importing duplicates instead of updating.
Fix: The fixer adds a stable, deterministic UID to each event missing one, so every event imports separately and re-imports update cleanly instead of duplicating.