Kubessandra / react-google-calendar-api

An api to manage your google calendar
MIT License
215 stars 88 forks source link

ADDING UPDATE METHOD FOR EVENTS #36

Closed PiyushJainQA closed 3 years ago

PiyushJainQA commented 4 years ago

THEME: Enhancing ApiCalendar.js to support updateEvent functionality

TITLE: A function updateEvent() is added just like createEvent which takes the calendarId, eventId and event data as parameters and executes the patch method of event.

TYPE: Feature/Enhancement

ISSUE_NUMBER: 35 TITLE: Patch-and-Update methods-are-not-included-for-an-existing-event

COMMIT DETAILS:

The update method for an event is added method name : updateEvent params : eventId, calendarId, eventPatch (the updated event data) Issue Ref : https://github.com/Kubessandra/react-google-calendar-api/issues/35

helloRupa commented 4 years ago

I saw this issue was never resolved, so I made a PR that should do so: https://github.com/Kubessandra/react-google-calendar-api/pull/40

It includes the README updates.