#' gcalendr
#'
#' You can read Google calendar data using the Google Calendar API
#'
#' Access your calendar:
#'
#' * [calendar_list()]
#' * [calendar_events()]
#'
#' Authenticate
#'
#' * [calendar_auth()]
#' * [calendar_token()]
#'
#' @name gcalendr
#' @aliases gcalendr-package
#' @docType package
#'
#' @importFrom dplyr '%>%' bind_cols select mutate if_else bind_rows one_of left_join group_by rename
#' @importFrom httr GET content oauth_app config oauth_endpoints oauth2.0_token
#' @importFrom purrr map map_chr map_int map_lgl map_dfr
#' @importFrom purrr pluck discard pluck
#' @importFrom rlang flatten is_string %||%
#' @importFrom lubridate as_date as_datetime
#' @importFrom tibble tibble as_tibble
#' @importFrom gargle request_make
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.