0.2.13 • Published 3 years ago

@mdo-org/mdo-plugin-cleanup-actionable-dates v0.2.13

Weekly downloads
1
License
SEE LICENSE IN .....
Repository
github
Last release
3 years ago

"Cleanup Actionable Dates" Plugin

Removes .start and .postpone dates that are no longer useful.

Installation

npm install --save @mdo-org/mdo-plugin-cleanup-actionable-dates

Usage

const cleanupActionableDates = require('@mdo-org/mdo-plugin-cleanup-actionable-dates');

mdoStream.pipe(cleanupActionableDates({
  time: "2019-04-01T00:00-05:00"
}))

Overview

  • Removes any .postpone date in the past
  • Removes any .start date in the past (unless the block has a .repeat from start)
0.2.13

3 years ago

0.2.12

5 years ago

0.2.11

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.3

5 years ago

0.2.1

5 years ago