Skip to content

fix: allow editing past GCal events after unsync#661

Open
SinhSinhAn wants to merge 1 commit intodevelopfrom
fix/643-allow-edit-past-gcal-events-after-unsync
Open

fix: allow editing past GCal events after unsync#661
SinhSinhAn wants to merge 1 commit intodevelopfrom
fix/643-allow-edit-past-gcal-events-after-unsync

Conversation

@SinhSinhAn
Copy link
Copy Markdown
Contributor

Summary

Fixes #643

When you unsync your Google Calendar but keep past events, those events were still locked as "Google events," so you couldn't edit or delete them. The whole point of keeping them is so you can manage them yourself.

What this PR does:

  • After unsyncing, past events that are kept now have their google flag set to false, making them fully editable
  • If you resync the same calendar later, those events get picked back up by Google Calendar sync automatically

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clubs Ready Ready Preview, Comment Mar 29, 2026 2:32pm

Request Review

When keepPastEvents is true during disableSync, set google=false on past
events so they become editable. Also add 'google' to the conflict update
columns in syncCalendar so resyncing reclaims those events.
@SinhSinhAn SinhSinhAn force-pushed the fix/643-allow-edit-past-gcal-events-after-unsync branch from 04092a9 to b5a4617 Compare March 29, 2026 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow editing past GCal events after unsync

1 participant