insanum / gcalcli

Google Calendar Command Line Interface
MIT License
3.26k stars 307 forks source link

Set availability when creating an event #619

Open lightheaded opened 2 years ago

lightheaded commented 2 years ago

I'm trying to add an all-day event, but I don't want to be marked busy for the whole day:

gcalcli quick --calendar=Home --reminder=16h 'Garbage collection 22.11.2021' and the resulting event is as follows:

Screenshot 2021-11-15 at 09 52 07

Note the availability that is set to "Busy".

Is it already possible to create an event that would show up as "Free"? If not, is it straightforward enough to add?