Skip to content

Feature: Recurring Calendar Event #273

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

Open
aftechro opened this issue Jan 13, 2022 · 3 comments
Open

Feature: Recurring Calendar Event #273

aftechro opened this issue Jan 13, 2022 · 3 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@aftechro
Copy link
Contributor

After submitting the new event, when open the event, description removed. If type and save again, does not updates after Save.
not sure if it`s mariadb versus mysql

also, if you change repeat mode from none to day/week/month does not take any effect

@johnnyq
Copy link
Collaborator

johnnyq commented Jan 13, 2022

ooops it worked for events.php but not client_events.php, forgot to add a VAR there.

Im not sure how to implement repeat and have it show on the calendar it seems like it will have to be a mix of javascript and php

I wonder if @wrongecho has any ideas on the best way to implement repeat

@wrongecho
Copy link
Collaborator

wrongecho commented Jan 13, 2022

@johnnyq - Hmm, this is a tricky one.
We could do it as we did with scheduled tickets by having cron.php check for recurring events and add them every evening but then you wouldn't see them right away on the calendar?
Alternatively, if we are going to add them at the time the event is first created. how far ahead do we go (a month? a year?)? Also, what happens if we want to then edit all those events to correct a typo, etc?
A lot of software handles calendaring and events badly. It sounds so simple but when you break it down it's a bit of a can of worms, to be honest.
I think once we decide what we wanna do (add them daily via cron vs add them at the initial event creation) we can think about how to structure that?

Edit: Can you re-open this please so we don't lose it?

@johnnyq
Copy link
Collaborator

johnnyq commented Jan 14, 2022

@wrongecho your absolutely correct I actually had the same thought process. I will leave this open and we can further brain storm. Its not a high priority but something that would be nice at some point. -- Reopening

@johnnyq johnnyq reopened this Jan 14, 2022
@johnnyq johnnyq changed the title Bug: Calendar event description Bug: Recurring Calendar Event Jan 14, 2022
@johnnyq johnnyq changed the title Bug: Recurring Calendar Event Feature: Recurring Calendar Event Jan 14, 2022
@wrongecho wrongecho added bug Something isn't working enhancement New feature or request labels Feb 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants