Skip to content

FEAT: Implement calendar/meeting invite support #661

@andrinoff

Description

@andrinoff

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions