from this guy's ask: Unauthorized interaction with google calendar API v3
I knew that, google calendar cann't work with service_account.
the point is, I need to write a script/python which run in my server, and this script fetch my calendar data from google calendar
but, how can i auth to google? not web application, not installed_app, just a script
Thanks.