-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path_pkgdown.yml
37 lines (31 loc) · 909 Bytes
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
destination: docs
reference:
- title: Read a google calendar
desc : Get a list of calendars and read events from a calendar
contents:
- calendar_list
- calendar_events
- gcalendr
- title: Authenticating
desc : Take explicit control of the Google auth status or examine current state
contents:
- calendar_auth
- calendar_deauth
- calendar_token
- calendar_auth_configure
- calendar_has_token
- calendar_user
- title: Calendar API spec
desc : Info about or check input against the Calendar API spec
contents:
- calendar_endpoints
- title: Programming to the Calendar API
desc : Low-level functions used internally and made available for programming
contents:
- request_generate
- title: No longer used
desc : These functions were available in earlier versions of the package but now deprecated
contents:
- get_google_token
- get_gcal_list
- get_gcal_events