Closed PiyushJainQA closed 3 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
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.
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