Comment 9 for bug 638197

Revision history for this message
Gerhard Dittes (g-a-d) wrote : Re: Events don't load due to js error

With me happened the same errors (Git-checkout).

I did a small workaround for that issue by just checking "nextOcc" for not being null:

if(nextOcc) {
    aItem.setProperty('X-MOZ-SNOOZE-TIME-' + nextOcc.recurrenceId.nativeTime, nextRem.icalString);
}

For now that works good enough for me (without that if statement it worked pretty much never)!

By the way: I like this software very much and I'm looking forward to seeing the new version coming out!
When can we expect it?

Thanks & greetings,
Gerhard