ItemCollection<Appointment> |
Appointment.getAdjacentMeetings() |
Gets a list of meetings that conflict with this appointment in the
authenticated user's calendar.
|
ItemCollection<Appointment> |
MeetingRequest.getAdjacentMeetings() |
Gets a list of meetings that are adjacent with this
appointment in the authenticated user's calendar.
|
ItemCollection<Appointment> |
Appointment.getConflictingMeetings() |
Gets a list of meetings that conflict with this appointment in the
authenticated user's calendar.
|
ItemCollection<Appointment> |
MeetingRequest.getConflictingMeetings() |
Gets a list of meetings that conflict with
this appointment in the authenticated user's calendar.
|