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

Default Description text when adding an entry #749

Open
gnai opened this issue Sep 13, 2024 · 2 comments
Open

Default Description text when adding an entry #749

gnai opened this issue Sep 13, 2024 · 2 comments

Comments

@gnai
Copy link

gnai commented Sep 13, 2024

I would like to add a default description when adding a cal entry?
Can you point me out to where that should be ?

Thank you 🙏🏻

@dbarnett
Copy link
Collaborator

Not exactly possible to configure a "default", but that'd be a good fit for the config.toml mechanism I'm building out now and should be easy enough to implement.

Currently you can pass a description as gcalcli add --description="Blah blah blah", but...

  1. It's not a default exactly because it doesn't give you a chance to enter a different description while creating the events, just skips the Description prompt, and
  2. You can't really configure it permanently in the existing gcalclirc flag file mechanism because other commands will choke if you pass them a --description arg.

@dbarnett dbarnett added this to the 4.5 milestone Sep 13, 2024
@dbarnett
Copy link
Collaborator

@gnai could you give more details about your use case? Are you literally wanting to globally configure every event you create to default to a given description? Or is it more that for certain commands you want to do e.g. gcalcli edit and apply the same description to all of them by default within the context of that command (#213)?

@dbarnett dbarnett modified the milestones: 4.5, 4.6 Sep 28, 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