2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

身の回りの困りごとを楽しく解決! by Works Human IntelligenceAdvent Calendar 2024

Day 9

Zoom定例会議に遅れず参加できるようになる方法 (Mac)

Last updated at Posted at 2024-12-14

はじめに

毎日のHuddleや、毎週X曜日の定例などタスクに集中していると忘れてしまうことありませんか?
そんなつい忘れがちな定例会議に遅れず参加するため、会議zoomを自動で起動する設定をしたので書いていこうと思います。

手順

Automatorの設定

まずAutomatorを起動して、Calender Alarmを設定していきます。
下の画面でCalender Alarmを選択して、Choose。
image.png
その後の画面で"Run Shell Script"を選択します。
image.png
ここに、会議のzoomを開くためのスクリプトを登録していきます。zoomのパスワードとDialを確認して、以下のスクリプトをコピペしてください。

open "zoommtg://zoom.us./join?confno=${YourDial}&pwd=${YourPass}"

パスワードは招待リンクに埋め込まれている、暗号化されたものでも大丈夫そうです。
アラームを会議名などわかりやすい名前で登録しておきます。
image.png

Calendarの設定

Calendarを開くと、Automatorの枠が追加され、今日の日付に先ほど設定した会議が入ります。
あとはrepeatの設定を変更し、時間を会議の前にアラームが動くようにするだけです。
image.png

ちなみに設定したAlarmは以下のディレクトリで確認することができます。

ll ~/Library/Workflows/Applications/Calendar
total 0
drwxr-xr-x@ 3 araiWorks  679754705    96B 12 14 18:00 test huddle.app

最後に

zoomを開くだけでなく、他にもたくさんAutomatorで自動化できそうですね!
参考になれば幸いです🍏

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?