# Change option for weekly view
calendar(view = "week") %>%
cal_week_options(
startDayOfWeek = 1,
daynames = c("Dim", "Lun", "Mar", "Mer", "Jeu", "Ven", "Sam"),
narrowWeekend = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.