@aaronpk Sometimes the solution is already in ones hand π
@aaronpk It does. Use the βpropose another timeβ button to add multiple times and then add the people as attendees. Hereβs a video explanation.
@aaronpk I use Fantastical from Flexibits for that. Itβs not cheap, but it works very well and is hence worth it.
@jeroensangers That's the one I've heard of as well! Only used it a couple times.
@aaronpk Not sure if it meets your exact needs but in the Netherlands we often use DatumPrikker ("DatePicker") for this. https://datumprikker.nl/
@aaronpk this is not *quite* what you're asking, but is pretty handy if you just want to work out whether your proposed times are reasonable, especially if there are multiple locations to account for: https://www.timeanddate.com/worldclock/meeting.html
@aaronpk Doodle?
@aaronpk I see this used at work frequently. https://doodle.com/en/
@aaronpk
Don't know about other operating systems but on linux (and I think Mac) you can use the date command at the command line:
Want to know what time it will be locally when it is 12 noon in Sydney, Australia next Monday?
date --date='TZ="Australia/Sydney" 12:00 next Mon'
If you know how to write shell scripts you could incorporate this command into one.
date is part of the Gnu coreutils package
Other relevant links:
https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html#TZ-Variable
https://www.iana.org/time-zones
#Linux #CommandLine #Gnu