0.2.13 • Published 4 years ago

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

Weekly downloads
1
License
SEE LICENSE IN .....
Repository
github
Last release
4 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

4 years ago

0.2.12

6 years ago

0.2.11

6 years ago

0.2.10

6 years ago

0.2.9

6 years ago

0.2.8

6 years ago

0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.3

6 years ago

0.2.1

6 years ago