getMeetings
fun getMeetings(meetingSearch: MeetingSearch = MeetingSearch(), onCompletion: (Either<List<Meeting>, SippoResourceError>) -> Unit)
Fetches all the meetings from the specified meetingSearch.
Parameters
meetingSearch
Query from which the meetings will be fetched.
onCompletion
Callback that will be invoked when the request is completed. It will receive the meeting list in case of success or a SippoResourceError otherwise.