Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

agendaupdate should be able to create new events vs. just updating existing events #772

Closed
dbarnett opened this issue Sep 25, 2024 · 1 comment
Assignees

Comments

@dbarnett
Copy link
Collaborator

Would be nice to be able to create new events in batch using a mechanism similar to the agendaupdate command.

Per #550 (comment), it can currently update existing events but is missing:

  • A feature to add new events through this interface instead of only updating events with existing IDs

@michaelmhoffman

@michaelmhoffman
Copy link
Collaborator

I added an insert action that does this years ago, and it is already released. Unfortunately, I did not edit GitHub issues at the time to make this clear.

How to use:

  1. Run gcalcli agenda --tsv with --details action included.
  2. Make a new row, leaving id empty, and setting action to insert instead of the patch provided for existing objects.

@michaelmhoffman michaelmhoffman self-assigned this Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants