Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce the CalendarEventAttendance/get JMAP method #1447

Merged

Conversation

HoussemNasri
Copy link
Member

@HoussemNasri HoussemNasri commented Jan 8, 2025

Closes #1328

TODO

  • Integration tests
  • Documentation

import org.apache.james.utils.DataProbeImpl
import org.junit.jupiter.api.{BeforeEach, Test}

trait LinagoraCalendarEventAttendanceGetMethodContract {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please test edge cases:

  • invalid blob
  • blob is not an ICS
  • missing capability
  • etc...

Copy link
Member

@chibenwa chibenwa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good quality work.

Nothing much to say appart that things starts to piece nicely together ;-)

Copy link
Member

@Arsnael Arsnael left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Read it. Not much to add except please don't forget the issue number as a prefix of your commits thanks :)

@chibenwa
Copy link
Member

chibenwa commented Jan 9, 2025

Now, the dav version with module chooser :-)

@Arsnael
Copy link
Member

Arsnael commented Jan 13, 2025

Please clean up commit history and add the issue as a prefix on commit descriptions

@chibenwa chibenwa merged commit fd914e4 into linagora:master Jan 13, 2025
5 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.

Provide a JMAP method: CalendarEventAttendance/get
3 participants