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

Respect calendar entries over multiple days on start_date filter #67 #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gaurav-handysolver
Copy link
Collaborator

Now, you will get the event if it lies in start_date and end_date

For Example, if An event is created on 15th Sept. and ends on 22nd Sept. then if you will be fetching the event by passing start_date=2022-09-18 then the event will be getting because it lies in the date range.

#67

Now, you will get the event if it is lies in start_date and end_date

For Example: An event is created on 15th sept. and end on 22nd sept. then if you will be fetching the event by passing start_date=2022-09-18 then the event will be getting, because it is lies in the date range
@gaurav-handysolver gaurav-handysolver added api Issues to update existing endpoints or to add new ones calendar Adjustments of the HumHub calendar entries labels Sep 15, 2022
@gaurav-handysolver gaurav-handysolver self-assigned this Sep 15, 2022
@donni106 donni106 added this to the 0.6 milestone Sep 15, 2022
@donni106 donni106 linked an issue Sep 15, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issues to update existing endpoints or to add new ones calendar Adjustments of the HumHub calendar entries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Respect calendar entries over multiple days on start_date filter
2 participants