Clear Zoom reminders from Book Club Slack channels.
+Usage
+remove_all_club_reminders(
+ min_age_minutes = 55,
+ token = slack_default_token(),
+ slack_channels = dslc_slack_channels(token = token)
+)
diff --git a/pkgdown.yml b/pkgdown.yml index f867724..13862af 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,7 +2,7 @@ pandoc: 3.1.11 pkgdown: 2.0.9 pkgdown_sha: ~ articles: {} -last_built: 2024-05-24T19:40Z +last_built: 2024-05-24T19:56Z urls: reference: https://r4ds.github.io/bookclubcron/reference article: https://r4ds.github.io/bookclubcron/articles diff --git a/reference/index.html b/reference/index.html index ff4d95b..8f8a8af 100644 --- a/reference/index.html +++ b/reference/index.html @@ -73,6 +73,11 @@
reset_the()
Clear Zoom reminders from Book Club Slack channels.
+remove_all_club_reminders(
+ min_age_minutes = 55,
+ token = slack_default_token(),
+ slack_channels = dslc_slack_channels(token = token)
+)
Remove Zoom reminders from Slack channels.
+remove_slack_reminders(
+ channel_name,
+ min_age_minutes = 55,
+ max_msgs_to_check = Inf,
+ token = slack_default_token(),
+ slack_channels = dslc_slack_channels(token = token)
+)
The name of the channel from which reminders should be +removed.
How old messages need to be (in minutes) to be +cleared.
How many messages to fetch to check for Zoom +reminders.
character, api token issued by slack
A data.frame of Slack channels.