blob: ea16bf8e40eae675cb424e503d36ac4a5355002f (
plain)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
google-calendar-rsvp(1)
=======================
NAME
----
google-calendar-rsvp - RSVP to a Google Calendar event
SYNOPSIS
--------
'google-calendar-rsvp' [options] [-y | -n | -m] [--email] [event_ids...]
DESCRIPTION
-----------
TODO
* eid vs event ID
* RSVP command line options
* Email option
* Authentication
OPTIONS
-------
-y, --yes::
Accept the event invitation.
-n, --no::
Decline the event invitation.
-m, --maybe::
Tentatively accept the event invitation.
--email::
Read a Google Calendar invitation email from standard input and extract
the event ID from the email instead of having to provide it as a command
line argument.
-v, --verbose::
Enable verbose output.
-h, --help::
Print usage help.
-V, --version::
Print the program version.
FILES
-----
TODO
$HOME/.local/share/google-calendar-rsvp/token.json
$HOME/.local/share/google-calendar-rsvp/oauth-secret.json
|