From 66efd2dfcae34e30069ae285f6b2723208db2e46 Mon Sep 17 00:00:00 2001 From: BhaskarM Date: Mon, 28 May 2018 23:06:20 +0530 Subject: [PATCH] removing documentation from tests --- types/gapi.calendar/gapi.calendar-tests.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/types/gapi.calendar/gapi.calendar-tests.ts b/types/gapi.calendar/gapi.calendar-tests.ts index 0b40d30792..f2d5058ad2 100644 --- a/types/gapi.calendar/gapi.calendar-tests.ts +++ b/types/gapi.calendar/gapi.calendar-tests.ts @@ -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',