calendar-assistant
calendar-assistant copied to clipboard
Command-line tool to manage your Google Calendar
As someone who's going on vacation I want to mark my calendar as completely busy all day So people know I'm not available --- This is probably just a flag...
Hi, I'm currently sharing my calendar from exchange onto google calendar. I'd love to see the availabilities of multiple personal different calendars together. By default, google calendar uses Coordinated Universal...
Related to #191 This adds a `--tz` option to allow the output format to be in one (or more) specific timezones, rather than the calendar timezones. Things that still need...
My main use case for calendar-assistant is to share availability with others, via email (i.e., in text), in their timezone and with optional padding around existing events so I can...
As an employee who routinely interacts with clients and others where scheduling is a nightmare, I would love for there to be a way for me to easily (automatically?) share...
Today, we use these settings to determine the working hours in which to book a meeting: ``` # lib/calendar_assistant/config.rb Keys::Settings::START_OF_DAY => "9am", # BusinessTime Keys::Settings::END_OF_DAY => "6pm", # BusinessTime ```...
Currently "setup" interaction code is embedded in `cli.rb` And "authorize" interaction code is embedded in `authorizer.rb` They're both probably wrong: - Authorizer doesn't have access to CLI Helpers like `Out#puts`...
I can run a command that colors my events based on matching an email domain or string or something