Project

cal4near

0.0
No release in over a year
Fetch calendar information.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
~> 13.0
~> 3.0

Runtime

 Project Readme

Cal4near

Googleカレンダーの情報をコンソールへ出力するgemです。

主な機能

  • 空いている時間を出力する
  • 予定がある時間を出力する
  • [WIP]予定一覧

出力例

--------------
free times
--------------
2022/02/21(月) 
2022/02/22(火) 12:00-17:00
2022/02/23(水) 11:00-13:00, 14:00-18:00
2022/02/24(木) 
2022/02/25(金) 
2022/02/26(土) 9:00-18:00
2022/02/27(日) 9:00-18:00
2022/02/28(月) 11:00-14:00, 16:00-18:00
2022/03/01(火) 12:00-17:00
2022/03/02(水) 11:00-18:00
2022/03/03(木) 12:00-14:00, 15:00-17:00

インストール

$ gem install cal4near

事前準備

GoogleClandarAPIを使えるように設定が必要です。 以下を参考にしてください。

https://qiita.com/nakamaksk/items/d1f522ecbb12aa969afc

使い方

空いている時間を出力する

cal4 free

もしくは

cal4 f

出力例

--------------
free times
--------------
2022/02/21(月) 
2022/02/22(火) 12:00-17:00
2022/02/23(水) 11:00-13:00, 14:00-18:00
2022/02/24(木) 
2022/02/25(金) 
2022/02/26(土) 9:00-18:00
2022/02/27(日) 9:00-18:00
2022/02/28(月) 11:00-14:00, 16:00-18:00
2022/03/01(火) 12:00-17:00
2022/03/02(水) 11:00-18:00
2022/03/03(木) 12:00-14:00, 15:00-17:00

予定がある時間を出力する

cal4 busy

もしくは

cal4 b

出力フォーマットは空いている時間を出力すると同じ

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nakamaksk/cal4near.

License

The gem is available as open source under the terms of the MIT License.