Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

feat(calendar): support recurring invites via RRULE

merged#2764CedarCopilot

CedarCopilot wants to merge 2 commits into staging from feat/calendar-recurring-invites

8 files changed

Libra does not show diffs here. View the full diff on GitHub.

  • modifiedapps/mail/modules/cedar-os/src/store/messages/renderers/ProposedCalendarEventRenderer.tsx+28-1
  • modifiedapps/server/.claude/skills/calendar/SKILL.md+35-0
  • modifiedapps/server/src/mastra/tools/calendar/__tests__/calendarTool.test.ts+25-0
  • modifiedapps/server/src/mastra/tools/calendar/__tests__/modifyCalendarEventTool.test.ts+115-0
  • modifiedapps/server/src/mastra/tools/calendar/calendarTool.ts+4-1process_calendar_event_sync_only/a8n/notify/google-calendarPOST /a8n/notify/google-calendar+6
  • modifiedapps/server/src/mastra/tools/calendar/modifyCalendarEventTool.ts+69-2
  • modifiedapps/server/src/services/calendar/__tests__/create-calendar-event-from-proposal.test.ts+17-0
  • modifiedapps/server/src/services/calendar/create-calendar-event-from-proposal.ts+4-0