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

Non-contiguous Multi-Day (but not recurring :) events #47

Open
shaunhurley opened this issue May 4, 2021 · 0 comments · May be fixed by #48
Open

Non-contiguous Multi-Day (but not recurring :) events #47

shaunhurley opened this issue May 4, 2021 · 0 comments · May be fixed by #48

Comments

@shaunhurley
Copy link

shaunhurley commented May 4, 2021

The problem to solve

We would like an additional dateType choice that allows for multiple-day events that fit neither the sequential day nor structured recurring patterns but are for an arbitrary set of dates e.g. this Wednesday, Saturday, and next Thursday kind of thing.

Proposed solution

At an initial glance, adding an additional "Non-Contiguous Multi-Day" option to dateType in index.js, and having that option show a new field called 'allDates' or similar that accepts an array of Dates would seem relatively easy.

Note: the assumption is that the events would have the same all day or specific time range in each occurence.

Have submitted PR #48 as an example solution

Alternatives

Tried with the existing recurring event option, however it doesn't quite fit out use case, nor do we actually want to create multiple events

@shaunhurley shaunhurley linked a pull request May 5, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant