## Priority: P1 (High) Two-way sync between Partiful and Google Calendar. ## Use Cases - See Partiful events in your calendar - Create Partiful event from calendar event - Auto-update calendar when event changes ## Proposed Commands ```bash # Export event to Google Calendar partiful calendar export <eventId> # Sync all upcoming events partiful calendar sync --google # Create Partiful event from calendar partiful calendar import <googleEventId> ``` ## Integration Works with existing gog CLI for Google Calendar access. ## Acceptance Criteria - [ ] Export single event to gcal - [ ] Bulk sync upcoming events - [ ] Update calendar when Partiful event changes - [ ] Import from calendar to create Partiful event
Priority: P1 (High) Two-way sync between Partiful and Google Calendar. ## Use Cases - See Partiful events in your calendar - Create Partiful event from calendar event - Auto-update calendar when event changes ## Proposed Commands
bash # Export event to Google Calendar partiful calendar export <eventId> # Sync all upcoming events partiful calendar sync --google # Create Partiful event from calendar partiful calendar import <googleEventId>## Integration Works with existing gog CLI for Google Calendar access. ## Acceptance Criteria - [ ] Export single event to gcal - [ ] Bulk sync upcoming events - [ ] Update calendar when Partiful event changes - [ ] Import from calendar to create Partiful event