gcalcli
gcalcli copied to clipboard
Fixed import error by replacing apiclient with googleapiclient
I got an import error ('No module named apiclient.discovery') after upgrading my Linux OS. Replacing apiclient with googleapiclient fixed it.