Skip to content

Simplify getEventsInRange to options-object signature only #45

@thedhanawada

Description

@thedhanawada

Problem

getEventsInRange(start, end, includePartial) has an overloaded signature that also accepts a string or options object as the third parameter. This is confusing.

Fix

Deprecate the boolean/string variants. Accept only getEventsInRange(start, end, options?) where options is { includePartial?: boolean, ... }.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions