Skip to main content

A python library that wraps around the Google calendar API. You can use it to schedule events using google calendar.

Project description

google-calendar

Overview

A python library for working with the google calendar. Allows the developer to programatically perform the following tasks:

  • Schedule an event
  • Find all scheduled events
  • Search for specific scheduled events
  • Delete or update scheduled events
  • Create calendars

Getting started

Tou use this library, you will need a Google (GMail) Account and Google Credentials. Follow the instructions in this short article to get an API key.

Installing the library

pip install oryks-google-calendar

Schedulin an event

from google_calendar import GoogleCalendar

client_secret: str = 'client_secret.json'
google_calendar: GoogleCalendar = GoogleCalendar(secret_file=client_secret)
google_calendar.authenticate()

print(google_calendar.quick_add('Meeting with emmanuel at 10.00 am tommorrow.'))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oryks-google-calendar-0.3.1.tar.gz (11.0 kB view hashes)

Uploaded Source

Built Distribution

oryks_google_calendar-0.3.1-py3-none-any.whl (18.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page