Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDecMeetsMore committed Aug 28, 2024
1 parent e887a5b commit 8838dd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scheduler/clients/rust/src/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ impl UserClient {
.await
}

/// Get free/busy information for multiple users between a time range
///
/// Response will contain a hashmap of user's UUID with their free/busy information
pub async fn multiple_users_free_busy(
&self,
body: MultipleFreeBusyRequestBody,
Expand Down

0 comments on commit 8838dd6

Please sign in to comment.