Variant of agendaupdate doing round-trip through Google Sheets instead of local TSV
Could agendaupdate or a similar command let you modify events via Google Sheets by:
- Dumping existing events into a new Sheet
- Waiting for you to edit/add the rows to specify what changes to make on events
- Once you're ready, taking the data in that sheet as input an performing the given event updates
?
@michaelmhoffman
Note people who have worked at the big G might be familiar with this flow by the name "bulkupdate". =)
Yes, this would definitely be possible. I would love to see this! The workflow in (michaelmhoffman/gcaledit)[https://github.com/michaelmhoffman/gcaledit] does this with a desktop spreadsheet application instead, but doing it with Google Sheets would be less clunky and more universal in a number of ways.
Also, bulkupdate might be a better name for the agendaupdate subcommand. We would probably want to rename the updates subcommand to something else.