benjcunningham / googlecalendar

Easily access and modify calendars, events, and UI settings via the Google Calendar API
Other
12 stars 6 forks source link

adding parameter options for gc_event_ls() #19

Open paddytobias opened 6 years ago

paddytobias commented 6 years ago

not sure if this is written the best way but it works (e.g., if you use gc_event_ls(params = "maxResults=1000")). There will need to be checks placed on what parameters can be used and in what ways with this function. The current version doesn't do this