Skip to content

Ignore all-day events #350

Closed Answered by jonas0b1011001
30ka asked this question in Q&A
Jul 16, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

You can invert #263 by replacing == with !=.

result = result.filter(function(event){
    return (event.getFirstPropertyValue('dtstart').toString().indexOf("T") != -1);
  });

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@derekantrican
Comment options

@30ka
Comment options

Answer selected by 30ka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants