Skip to content

Instantly share code, notes, and snippets.

colorscheme dracula
"全角スペースの可視化
highlight ZenkakuSpace cterm=underline ctermfg=darkgrey gui=underline guifg=darkgrey
"透明度の変更
set transparency=5
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sorashido
sorashido / google_calendar_python_api.py
Last active September 18, 2023 07:41
Google Calendar API Python Quickstart
from __future__ import print_function
import httplib2
import os
from apiclient import discovery
from oauth2client import client
from oauth2client import tools
from oauth2client.file import Storage
import datetime