GetNextUnfinishedMeetingOccurrenceUseCase

Use case for finding the next soonest unfinished occurrence of a meeting at the given point in time. Unfinished occurrences are those that have not yet ended at the given point in time. If there is a currently ongoing occurrence, it will be returned, otherwise the next upcoming occurrence will be returned. If there are no unfinished occurrences, null will be returned.

Inheritors

Functions

Link copied to clipboard
abstract suspend operator fun invoke(meetingId: <Error class: unknown class>, from: <Error class: unknown class> = currentInstant()): <Error class: unknown class>?