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

make sure user can not set dtend to something earlier than dtstart #11

Closed
georgehrke opened this issue Sep 17, 2016 · 4 comments · Fixed by #371
Closed

make sure user can not set dtend to something earlier than dtstart #11

georgehrke opened this issue Sep 17, 2016 · 4 comments · Fixed by #371
Labels
3. to review Waiting for reviews enhancement New feature request skill:frontend Issues and PRs that require JavaScript/Vue/styling development skills

Comments

@georgehrke
Copy link
Member

No description provided.

@georgehrke georgehrke added 1. to develop Accepted and waiting to be taken care of skill:frontend Issues and PRs that require JavaScript/Vue/styling development skills labels Sep 17, 2016
@georgehrke georgehrke added this to the 1.6-next milestone Sep 17, 2016
@georgehrke
Copy link
Member Author

this should be implemented in the SimpleEvent object

@georgehrke georgehrke added 2. developing Work in progress and removed 1. to develop Accepted and waiting to be taken care of labels Mar 18, 2017
@georgehrke georgehrke added 3. to review Waiting for reviews enhancement New feature request and removed 2. developing Work in progress labels Mar 19, 2017
@solarchemist
Copy link

solarchemist commented Jun 3, 2022

I created such an event (by mistake) while using the "Create event" action from the Nextcloud Mail app (I had an email open in the Mail app, and clicked the dots menu, then "More actions", then "Create event").

The event had a prefilled start and end date which was the current date-time.
I changed the start date of the event to 2022-08-18 18:00, but due to unfortunate window size or something I then unintentionally clicked "Create" instead of changing the end date.

I wanted to make sure the event was created as expected (this was before I realised something was wrong), but the small popup that says "Event created" did not let me click on it to be taken to the event. So I opened the Calendar app and looked up the week of August 18, but there was nothing. So I used the search box, and there it was! But it showed start date 2022-08-18 and end date 2022-06-03, i.e., a physically nonsense entry.

I naturally clicked on the event in the search box, but that lead to nothing (completely white-out browser page, and any attempts to refresh resulted in nothing, ditto for going back - browser tab effectively dead).
Edit: actually, it seems the search box results fail in this manner for any calendar event. Chromium 100.0.4896.127 on Ubuntu 18.04. Weird.

So now I have an event that is is not visible in the Nextcloud Calendar, although it seems to exist (as evidenced by the search function), and no way to delete it. What now? :-)

PS. This might be a problem with the Mail app (I suppose its "Create event" should not allow the user to create events with end date before the start date). But I'm also keen to clean up this freak event from my calendar, so any pointers very welcome. If necessary I can open a new issue (sorry for necromancing, and please advise!).

@ChristophWurst
Copy link
Member

PS. This might be a problem with the Mail app (I suppose its "Create event" should not allow the user to create events with end date before the start date). But I'm also keen to clean up this freak event from my calendar, so any pointers very welcome. If necessary I can open a new issue (sorry for necromancing, and please advise!).

Could you please file a bug report? Cheers

@solarchemist
Copy link

@ChristophWurst Done, please see nextcloud/mail#6767 (I assume you meant for me to open the issue in the Mail app's repo).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews enhancement New feature request skill:frontend Issues and PRs that require JavaScript/Vue/styling development skills
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants