by shigemk2

当面は技術的なことしか書かない

gcalcliを使ってみる

github.com

add                      add a detailed event to a calendar
                           - a single --calendar must specified
                           - the "--details url" option will show the event link
                           - example:
                              gcalcli --calendar 'Eric Davis'
                                      --title 'Analysis of Algorithms Final'
                                      --where UCI
                                      --when '12/14/2012 10:00'
                                      --duration 60
                                      --description 'It is going to be hard!'
                                      --reminder 30
                                      add

addはこのように使ってみる。

delete 'スケジュールのtitle'

で検索出来る。editも同様。