File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
snippets/calendar/delete-one-of-series Expand file tree Collapse file tree 2 files changed +3
-3
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'
2+ title : ' Delete specific events from Google Calendar series'
33date : ' 2021-04-22'
44description : ' Checking and deleting only specific events via CalendarApp'
55tags : ['calendar']
@@ -8,7 +8,7 @@ categories: ['snippets']
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
You can’t perform that action at this time.
0 commit comments