#!/usr/bin/env python3
from google.oauth2 import service_account

SCOPES = ['https://www.googleapis.com/auth/calendar.events']
SERVICE_ACCOUNT_FILE = './kalender3_kalendertest-235300-0e69080180f0.json'

credentials = service_account.Credentials.from_service_account_file(SERVICE_ACCOUNT_FILE, scopes=SCOPES)
