question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Lacking Minute Issue

See original GitHub issue

First off, wonderful tool you’ve made here, and thank you for it.

I’m finding that when my start- and end-time are all zeros and in the PM, only dates and no times are produced in the resulting ICS file.

Example:

cal_single.addEvent( 'Title', 'Description and such...', '4/20/2014 6:00 pm', '4/20/2014 7:00 pm');

Results in…

DTSTART;VALUE=DATE:20140420
DTEND;VALUE=DATE:20140420

Whereas…

cal_single.addEvent( 'Title', 'Description and such...', '4/20/2014 6:01 pm', '4/20/2014 7:01 pm');

Results in…

DTSTART;VALUE=DATE:20140420T180101
DTEND;VALUE=DATE:20140420T190101

Hitting a deadline right now, so I’m defaulting end times to 30 minutes after the start times. Once I’m done with this, I’ll try to go in and isolate exactly where this is occurring in the code. I’ll let you know what I find.

Testing done in Chrome 34.0.1847.116 m.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
nwcellcommented, Sep 14, 2017

I’ve applied some PRs recently. I believe some of them fixed this issue.

0reactions
matthiaslischkacommented, Aug 31, 2017

Sadly this repo seems to be not maintained anymore. Last commit 2014. You could look at it’s forks - maybe someone fixed it already. Fork it yourself and fix it 😉 Or use an other better maintained repo. 😕

Read more comments on GitHub >

github_iconTop Results From Across the Web

4 Common Challenges in Writing Meeting Minutes
Has writing meeting minutes been hard for you? Here's how to avoid the common road blocks of writing meeting minutes and fully enhance...
Read more >
What Not to Include in Meeting Minutes (8 Do's and Don'ts!)
Effective meeting minutes are all about understanding what's important and what we can live without recording. Avoid these common mistakes.
Read more >
The Real Reason You're Procrastinating | McLean Hospital
Another reason you may procrastinate? You lack faith in your abilities. Believing that you can carry out tasks is essential to functioning. If ......
Read more >
6 Examples of Meeting Minutes (+Free Templates) - Hugo.team
Use these meeting minutes examples to see how to write meeting minutes for your own meetings.
Read more >
Minute Definition & Meaning - Dictionary.com
One problem with Fake Famous is that, clocking in at under 90 minutes, it barely gives viewers a sense of what the subjects...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found