File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
calendar/delete-one-of-series Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11/**
22 *
3- * Deletes only specific events from a series that match by date and search term
3+ * Deletes only specific events from series that match by date and search term
44 *
55 * @param {GoogleAppsScript.Calendar.Calendar } calendar
66 * @param {Date } start
Original file line number Diff line number Diff line change 11---
2- title : ' Delete specific events from a Google Calendar series'
3- date : ' 2021-03-29 '
2+ title : ' Delete specific events from Google Calendar series'
3+ date : ' 2021-04-22 '
44description : ' Checking and deleting only specific events via CalendarApp'
55tags : ['calendar']
66categories : ['snippets']
77---
88
99{{< toc >}}
1010
11- ## Delete specific events from a Google Calendar series
11+ ## Delete specific events from Google Calendar series
1212
1313### Snippet
1414
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ categories: ['snippets']
1010
1111## Sheets datetime converter
1212
13- ![ Snippet of Sheets datetime converter] ( ./screenshot.png )
14-
1513### Snippet
1614
1715- {{< externalLink >}}
You can’t perform that action at this time.
0 commit comments