Skip to content

GCalManager is NOT a good Google Calendar API Python implementation.

Notifications You must be signed in to change notification settings

estevE11/gcalmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GCalManager

GCalManager is NOT a good Google Calendar API Python implementation.

Example code

from gcalmanager import GCalManager

calendar_id = "c_6qimrdfv0qrf@group.calendar.google.com" # not an actual calendar id just an example

gcal = GCalManager(calendar_id)
gcal.create_event("Test event name", "Test description", "12:00", "17:00", "2022-12-01")

Features

  • Get next events
  • Get event
  • Create event
  • Create event based on text
  • Update event
  • Delete event
  • Move event to another calendar

About

GCalManager is NOT a good Google Calendar API Python implementation.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages