Skip to content

Allow for several default alarms for new events #1484

Description

@sarydrappeau

Hi,
First of all thanks for this software,

I'd like to suggest the possibility for users to add several default alarms on new events.

Among the uncountably many ways to do this there are:

  • one simple but not very canonical: add configuration options such as default_alarm_event2, ... to be parsed as the existing one,
  • one neater way would be to allow the user to plug in several default_alarm_event options, but this would require some change in the config parser (currently it complains when it finds duplicates),
  • another neat way maybe simpler to implement is to allow user to set up default alarm as a list e.g. defaut_alarm_event = 15m,1h. The parsing works fine at present, it would simply require a new validator type.

I'd be happy to propose an implementation if the maintainers let me know their preference.

SD

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions