index
:
google-calendar-rsvp
master
RSVP to Google Calendar events from the command line
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-07-09
run(): Remove unused assignment to `email_eid`
HEAD
master
Teddy Wing
2021-05-23
Makefile: Add packaging targets
v0.0.1
Teddy Wing
2021-05-23
Remove empty newline at the top of help output
Teddy Wing
2021-05-23
Add brief module-level documentation
Teddy Wing
2021-05-23
Remove empty newline at the end of help output
Teddy Wing
2021-05-23
Update TODO
Teddy Wing
2021-05-23
Add README
Teddy Wing
2021-05-23
Add license (GNU GPLv3+)
Teddy Wing
2021-05-23
doc/google-calendar-rsvp.1.txt: Add Files section
Teddy Wing
2021-05-23
doc/google-calendar-rsvp.1.txt: Add description and authentication
Teddy Wing
2021-05-23
doc/google-calendar-rsvp.1.txt: Describe RSVP command line flags
Teddy Wing
2021-05-23
Start writing man page
Teddy Wing
2021-05-23
Update TODO
Teddy Wing
2021-05-23
Add function and enum documentation
Teddy Wing
2021-05-23
Update TODO
Teddy Wing
2021-05-23
Don't print root_cause if there's only one error in the chain
Teddy Wing
2021-05-23
Request Event read-write authorisation scope
Teddy Wing
2021-05-22
Fix "token.json" not found error
Teddy Wing
2021-05-22
Print error's root cause
Teddy Wing
2021-05-22
Add context to error `Result`s
Teddy Wing
2021-05-22
local_data_file(): Update XDG file not found error message
Teddy Wing
2021-05-22
Get OAuth secret and token from XDG data directory
Teddy Wing
2021-05-22
Update TODO
Teddy Wing
2021-05-22
Add `--help` and `--version` command line arguments
Teddy Wing
2021-05-22
Update TODO
Teddy Wing
2021-05-22
run(): Return an `anyhow::Result`
Teddy Wing
2021-05-22
rsvp(): Rename API response variables
Teddy Wing
2021-05-22
rsvp(): Remove `unwrap`s
Teddy Wing
2021-05-22
secret_from_file(): Remove `unwrap`s
Teddy Wing
2021-05-22
eid_from_email(): Return a `Result`
Teddy Wing
2021-05-22
event_id_from_base64(): Return a `Result`
Teddy Wing
2021-05-22
print_event(): Return a `Result`
Teddy Wing
2021-05-22
Update TODO
Teddy Wing
2021-05-22
Add `--verbose` flag to print event details on success
Teddy Wing
2021-05-22
Update TODO
Teddy Wing
2021-05-22
Silence `email_eid` unused warning
Teddy Wing
2021-05-22
Rename `email` to `should_read_email`
Teddy Wing
2021-05-22
Get event eid from email on standard input
Teddy Wing
2021-05-22
event_id_from_base64(): Assume `event_id` is base64-encoded
Teddy Wing
2021-05-22
Update TODO
Teddy Wing
2021-05-22
Revert Eid additions
Teddy Wing
2021-05-22
Try to get user email from Eid
Teddy Wing
2021-05-22
Store the user email from base64-encoded `eid`s
Teddy Wing
2021-05-22
Update TODO
Teddy Wing
2021-05-22
Support base64-encoded event `eid`s
Teddy Wing
2021-05-22
Update TODO
Teddy Wing
2021-05-22
Get RSVP action from command line arguments
Teddy Wing
2021-05-21
Change spacing of command line argument parsing
Teddy Wing
2021-05-21
Parse command line options manually
Teddy Wing
2021-05-21
Get event IDs from command line arguments
Teddy Wing
[next]