Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

except_on and also_on seem to not be working as intended #54

Open
stefanv opened this issue May 30, 2023 · 1 comment
Open

except_on and also_on seem to not be working as intended #54

stefanv opened this issue May 30, 2023 · 1 comment
Milestone

Comments

@stefanv
Copy link
Member

stefanv commented May 30, 2023

The test calendar makes use of this feature and compiles, so I'm not sure what's up yet.

Here's the failing calendar:

name: scikit-image Community Calendar
events:
  - summary: scikit-image Community Call (Europe/Africa)
    description: |
      The scikit-image Community Call. Timezone-friendly for Europe/Africa.

      Meeting notes: https://hackmd.io/@scientific-python/HJWUBDVNi
      Archive: https://github.com/scikit-image/meeting-notes
    begin: 2022-09-13 17:00:00 +00:00
    end: 2022-09-13 18:00:00 +00:00
    url: https://us06web.zoom.us/j/88060567580?pwd=THRpaWFnSFNwK0Fycy9FVk5RYnV5UT09
    repeat:
      interval:
        days: 14
      until: 2025-01-01 00:00:00 +00:00
  - summary: scikit-image Community Call (Americas/Oceania)
    description: |
      The scikit-image Community Call. Timezone-friendly for Americas/Oceania.

      Meeting notes: https://hackmd.io/@scientific-python/HJWUBDVNi
      Archive: https://github.com/scikit-image/meeting-notes
    begin: 2022-09-20 23:00:00 +00:00
    end: 2022-09-21 00:00:00 +00:00
    url: https://us06web.zoom.us/j/88060567580?pwd=THRpaWFnSFNwK0Fycy9FVk5RYnV5UT09
    repeat:
      interval:
        days: 14
      until: 2025-01-01 00:00:00 +00:00
      except_on:
        - 2023-05-30
      also_on:
        - 2023-05-31
@stefanv
Copy link
Member Author

stefanv commented Jun 8, 2023

This error comes up when the timezone is missing.

@stefanv stefanv added this to the 0.3 milestone Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant