Cocktail.Schedule.end_all_recurrence_rules
You're seeing just the function
end_all_recurrence_rules
, go back to Cocktail.Schedule module for more information.
Specs
end_all_recurrence_rules(t(), Cocktail.time()) :: t()
Add an end time to all recurrence rules in the schedule.
This has the same effect as if you'd passed the :until
option when adding
all recurrence rules to the schedule.