Skip to content

Commit 96a8e98

Browse files
Merge pull request #70 from contributorpw/edits
2 parents 198ec0b + c7b5513 commit 96a8e98

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

snippets/calendar/delete-one-of-series/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

snippets/calendar/delete-one-of-series/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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'
44
description: ' Checking and deleting only specific events via CalendarApp'
55
tags: ['calendar']
66
categories: ['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

snippets/common_js/sheet_datetime/readme.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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 >}}

0 commit comments

Comments
 (0)