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

Can't create an event at 23:00 #2

Closed
myseocompany opened this issue Aug 23, 2018 · 3 comments
Closed

Can't create an event at 23:00 #2

myseocompany opened this issue Aug 23, 2018 · 3 comments
Labels
bug Something isn't working

Comments

@myseocompany
Copy link

myseocompany commented Aug 23, 2018

Hi, i'm new hear. Please excuse my english.
If I create and event that start at 23:00 or finish at that time, I can not see the event.
My code:

            {
              start: moment([2018, 9, 5, 23, 0]).format('X'),
              end:   moment([2018, 9, 5, 23, 0]).add(30,'m').format('X'),
              title: 'title1',
              content: 'content1',
              category:'category1'
            },
           {
              start: moment([2018, 9, 5, 23, 0]).format('X'),
              end:   moment([2018, 9, 5, 23, 0]).add(60,'m').format('X'),
              title: 'title1',
              content: 'content1',
              category:'category1'
            },

Image of MySEO

@LeoVillaretArrobe
Copy link
Contributor

Thanks for reporting this bug, I will patch this one ASAP.

@LeoVillaretArrobe LeoVillaretArrobe added the bug Something isn't working label Oct 3, 2018
@LeoVillaretArrobe
Copy link
Contributor

The bug was 2 bugs ;

  • Estimation of the end of the day is bad
  • The condition to display the event is not working well

But the 2 bugs have the same problem : th code is working on hours and not full timestamp, so if the parameter : weekdey.timeline.intervalMinutes is not a multiple of 60 (60, 120, 180, ...), it is not working well.

It is patched, I am preparing the release.

@LeoVillaretArrobe
Copy link
Contributor

Released. Please use the version 1.0.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants