-
getNextFollowedEvent(userID:
Extension method, asynchronousdb: ) Declaration
Swift
func getNextFollowedEvent(userID: UUID, db: Database) async throws -> Event?
-
storeNextFollowedEvent(userID:
Extension method, asynchronouson: ) Declaration
Swift
func storeNextFollowedEvent(userID: UUID, on app: Application) async throws -> (Date, UUID)?
-
getNextAppointment(userID:
Extension method, asynchronousdb: ) Declaration
Swift
func getNextAppointment(userID: UUID, db: Database) async throws -> FriendlyFez?
-
storeNextJoinedAppointment(userID:
Extension method, asynchronouson: ) Declaration
Swift
func storeNextJoinedAppointment(userID: UUID, on app: Application) async throws -> (Date, UUID)?