Annotation Interface FreeBusyQuery


@Target(METHOD) @Retention(RUNTIME) public @interface FreeBusyQuery
Marks a method as one which performs a free busy query

Must take the following arguments:

  • Source object, representing a caldav principal/user
  • The query parameters, as an ical formatted text message

MUST return a List{@literal <}SchedulingResponseItem{@literal >}