aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-07-09run(): Remove unused assignment to `email_eid`HEADmasterTeddy Wing
2021-05-23Makefile: Add packaging targetsv0.0.1Teddy Wing
2021-05-23Remove empty newline at the top of help outputTeddy Wing
2021-05-23Add brief module-level documentationTeddy Wing
2021-05-23Remove empty newline at the end of help outputTeddy Wing
2021-05-23Update TODOTeddy Wing
2021-05-23Add READMETeddy Wing
2021-05-23Add license (GNU GPLv3+)Teddy Wing
2021-05-23doc/google-calendar-rsvp.1.txt: Add Files sectionTeddy Wing
2021-05-23doc/google-calendar-rsvp.1.txt: Add description and authenticationTeddy Wing
2021-05-23doc/google-calendar-rsvp.1.txt: Describe RSVP command line flagsTeddy Wing
2021-05-23Start writing man pageTeddy Wing
2021-05-23Update TODOTeddy Wing
2021-05-23Add function and enum documentationTeddy Wing
2021-05-23Update TODOTeddy Wing
2021-05-23Don't print root_cause if there's only one error in the chainTeddy Wing
2021-05-23Request Event read-write authorisation scopeTeddy Wing
2021-05-22Fix "token.json" not found errorTeddy Wing
2021-05-22Print error's root causeTeddy Wing
2021-05-22Add context to error `Result`sTeddy Wing
2021-05-22local_data_file(): Update XDG file not found error messageTeddy Wing
2021-05-22Get OAuth secret and token from XDG data directoryTeddy Wing
2021-05-22Update TODOTeddy Wing
2021-05-22Add `--help` and `--version` command line argumentsTeddy Wing
2021-05-22Update TODOTeddy Wing
2021-05-22run(): Return an `anyhow::Result`Teddy Wing
2021-05-22rsvp(): Rename API response variablesTeddy Wing
2021-05-22rsvp(): Remove `unwrap`sTeddy Wing
2021-05-22secret_from_file(): Remove `unwrap`sTeddy Wing
2021-05-22eid_from_email(): Return a `Result`Teddy Wing
2021-05-22event_id_from_base64(): Return a `Result`Teddy Wing
2021-05-22print_event(): Return a `Result`Teddy Wing
2021-05-22Update TODOTeddy Wing
2021-05-22Add `--verbose` flag to print event details on successTeddy Wing
2021-05-22Update TODOTeddy Wing
2021-05-22Silence `email_eid` unused warningTeddy Wing
2021-05-22Rename `email` to `should_read_email`Teddy Wing
2021-05-22Get event eid from email on standard inputTeddy Wing
2021-05-22event_id_from_base64(): Assume `event_id` is base64-encodedTeddy Wing
2021-05-22Update TODOTeddy Wing
2021-05-22Revert Eid additionsTeddy Wing
2021-05-22Try to get user email from EidTeddy Wing
2021-05-22Store the user email from base64-encoded `eid`sTeddy Wing
2021-05-22Update TODOTeddy Wing
2021-05-22Support base64-encoded event `eid`sTeddy Wing
2021-05-22Update TODOTeddy Wing
2021-05-22Get RSVP action from command line argumentsTeddy Wing
2021-05-21Change spacing of command line argument parsingTeddy Wing
2021-05-21Parse command line options manuallyTeddy Wing
2021-05-21Get event IDs from command line argumentsTeddy Wing