gcalcli icon indicating copy to clipboard operation
gcalcli copied to clipboard

Using --default_reminders still prompts for reminders

Open pawliger opened this issue 2 years ago • 1 comments

I would like to use gcalcli with no interaction. When I try to create an event like this:

gcalcli add --calendar TestCalendar --title "Test Title" --when "07-Jul-2023 13:00" --duration "60" --where "Test Location" --description "Test Description" --default-reminders

I still get prompted

Enter a valid reminder or "." to end: .

Am I misunderstanding the use of --default-reminders? How can I create an event using default reminders and not get prompted?

This is with gcalcli v4.3.0 installed via brew on macOS 13.4.1 (22F2083)

pawliger avatar Jul 03 '23 23:07 pawliger

you can use --noprompt

elig0n avatar Dec 04 '23 14:12 elig0n