removing documentation from tests

This commit is contained in:
BhaskarM
2018-05-28 23:06:20 +05:30
parent 0abb7f4199
commit 66efd2dfca

View File

@@ -151,12 +151,7 @@
});
/*
* deleting existing event from calendar https://developers.google.com/calendar/v3/reference/events/delete
* pass the Event.id from the existing events list response
* refer to https://developers.google.com/calendar/v3/reference/events#resource-representations
* input @param {string} calendarEventId that needs to be deleted from the calendar
* */
function deleteEvent(calendarEventId: any) {
var request = gapi.client.calendar.events.delete({
calendarId: 'primary',