You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's new
Read-only calendar detection — calendars that reject writes (e.g. shared iCloud calendars) are automatically detected during sync and excluded from event creation. Shown with a "Read-only" badge in account settings.
Fix signup on ONCE/localhost — session cookies were marked secure: true in production even with DISABLE_SSL, blocking signup over plain HTTP. Now matches the Campfire convention.