Skip to content

Calculate when the next alarm(s) are #16

@aseigo

Description

@aseigo

ICal.Event.next_alarms(event) -> Given an event with alarms, list the next alarm(s).

ICal.Todo.next_alarms(event) -> Given a todo with alarms, list the next alarm(s).

These functions should either return streams (like recurrence calculations do), or return the next alarm (or next N alarms, with N being a number passed in as a parameter?) The stream approach is the most flexible, and probably the preferred approach.

Alarms also need to take recurrence into consideration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions