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

Hourly frequency #155

Open
duduklein opened this issue Oct 3, 2019 · 7 comments
Open

Hourly frequency #155

duduklein opened this issue Oct 3, 2019 · 7 comments

Comments

@duduklein
Copy link

Is it possible to set an hourly frequency?

In the admin widget I don't see how this is possible.

@randlet
Copy link

randlet commented Oct 3, 2019

It's not possible with this library. It works with date recurrences, not time. You need to handle the timing of the events on your own.

@duduklein
Copy link
Author

Thanks @randlet for your quick response.

What about using the models?
I saw there is a "hourly" choice in the frequency choices.

@randlet
Copy link

randlet commented Oct 3, 2019

Sorry, not sure. I've never used the models, only the recurrence field/widget.

@duduklein
Copy link
Author

Thanks, I'm gonna wait a couple of days to see if the author responds.

@jsoeterbroek
Copy link

I need this also...

@aekanshd
Copy link

Linking this to #163

I agree adding a DateTime will make it more complicated, but we could just opt for a "Recurring Date with Same Time" model.

@derpadoo
Copy link

This ticket may help: #24

It pointed me to this file: https://github.com/swmcc/django-recurrence/blob/93485a72f59f6e5bdbdefb28e355566ff527ab07/recurrence/static/recurrence/js/recurrence-widget.js

I just started playing around with it yesterday, so my testing is minimal, but I copy pasta'd that file into the recurrence-widget.js file and it seems to be working so far. Will update this if I find any other issues.

image

@boosh boosh mentioned this issue Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants