Is your feature request related to a problem? Calendar invites (.ics attachments) shown as files only. Cannot accept/decline meetings. No calendar integration.
Describe the solution you would like:
- Parse iCalendar (RFC 5545) attachments
- Show meeting details (time, location, attendees)
- Accept/Decline/Tentative buttons
- Send RSVP email with updated .ics
- Optional: integrate with local calendar (CalDAV)
- Show upcoming meetings in sidebar
- Reminder notifications
Describe alternatives you have considered: External calendar app (requires manual work). Integrated support is standard feature.
Additional context:
- Need iCalendar parser library
- Files: new calendar/ package, tui/email_view.go
- MIME type: text/calendar
- Generate RSVP responses
- Complex timezone handling
- Complexity: Very High - calendar protocol + UI
Is your feature request related to a problem? Calendar invites (.ics attachments) shown as files only. Cannot accept/decline meetings. No calendar integration.
Describe the solution you would like:
Describe alternatives you have considered: External calendar app (requires manual work). Integrated support is standard feature.
Additional context: