Skip to content

Weekly on even weeks vs Weekly on odd weeks #567

Description

@obskein

We can use schedule.weekly(2).day(:monday, :tuesday) to reccur every other week.

Can this library schedule weekly for ISO8601 even vs odd weeks

E.G When

Date.parse("1 jan 2025").strftime("%V").to_i % 2 == 0
vs when
Date.parse("10 jan 2025").strftime("%V").to_i % 2 == 1

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