View Source Naiveical.AlarmFilter (Naiveical v1.0.0)

Filters calendar objects by checking whether any VALARM triggers fall within a requested range.

Link to this section Summary

Link to this section Types

@type filter_range() :: %{start: String.t(), end: String.t()}

Link to this section Functions

@spec apply([map()], filter_range() | nil) :: [map()]