available: Specify your availabilities.

Description Usage Examples

View source: R/meetr.R

Description

Use this function in combination with the interval generating functions in this package (e.g. 'this_week', 'this_week_and_next', etc.).

Usage

1
available(interv, func)

Examples

1
2
3
4
5
6
agenda1 <-
this_week_and_next(1) %>%
 available(
   monday("9:00 to 12:00", "16:00 to 17:00") +
     friday()
 )

artichaud1/meetr documentation built on May 24, 2019, 1:35 a.m.