Skip to content

feat: JMAP Calendars#341

Merged
s-aga-r merged 29 commits intofrappe:developfrom
s-aga-r:jmap-calendars
Mar 5, 2026
Merged

feat: JMAP Calendars#341
s-aga-r merged 29 commits intofrappe:developfrom
s-aga-r:jmap-calendars

Conversation

@s-aga-r
Copy link
Collaborator

@s-aga-r s-aga-r commented Dec 15, 2025

Calendar

  • Create (Calendar/set)
  • Read (Calendar/get:id)
  • Read All (Calendar/set:ids)
  • Update (Calendar/set:id)
  • Delete (Calendar/set:id)
  • Delete All (Calendar/set:ids)
  • Calendar/changes

Calendar Event

  • Create (CalendarEvent/set)
  • Read (CalendarEvent/get:id)
  • Read All (CalendarEvent/query + CalendarEvent/get:ids)
  • Update (CalendarEvent/set)
  • Delete (CalendarEvent/set:id)
  • Delete All (CalendarEvent/set:ids)
  • CalendarEvent/copy
  • CalendarEvent/parse
  • CalendarEvent/changes
  • CalendarEvent/queryChanges

Participant Identity

  • Create (ParticipantIdentity/set)
  • Read (ParticipantIdentity/get:id)
  • Read All (ParticipantIdentity/get:ids)
  • Update (ParticipantIdentity/set:id)
  • Delete (ParticipantIdentity/set:id)
  • Delete All (ParticipantIdentity/set:ids)
  • ParticipantIdentity/changes

Event Notification

  • Create (only created by the server; users cannot create them directly)
  • Read (CalendarEventNotification/get:id)
  • Read All (CalendarEventNotification/query + CalendarEventNotification/get:ids)
  • Update (only updated by the server on change in event; users cannot update them directly)
  • Delete (CalendarEventNotification/set:id)
  • Delete All (CalendarEventNotification/set:ids)
  • CalendarEventNotification/changes
  • CalendarEventNotification/queryChanges

@s-aga-r s-aga-r force-pushed the jmap-calendars branch 9 times, most recently from 4a41a48 to 22f5abf Compare January 16, 2026 13:09
@s-aga-r s-aga-r force-pushed the jmap-calendars branch 8 times, most recently from 697c47a to 1d54c58 Compare January 20, 2026 14:11
@s-aga-r s-aga-r marked this pull request as ready for review January 24, 2026 11:19
@s-aga-r s-aga-r requested a review from krantheman as a code owner January 24, 2026 11:19
@s-aga-r s-aga-r merged commit d97674a into frappe:develop Mar 5, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant