Skip to content

Span expressions

Single span

Repeating span

Create repeating

Available instructions

  • startOf: isoWeek, week, month, quarter, year
  • move: [period]
  • save: [period]:times where times is optional

Examples

This will move to the start of the ISO week, move forward one week, move forward one day (Tuesday), save that and then create 3 additional dates.

startOf:isoWeek;move,P1W;move:P1D;save:P1W:3