Ambient orb: The Neopixel will be triggered and light up in white 15 minutes before the event on Google Calendar starts. It will gradually turn red and blink when there is only 1 minute left. Video
I was trying to make the Neopixel off once the countdown for the event completes. In order to do that, I set else if ( ((durationOfFade - timeElapsed) > 0) && ((durationOfFade - timeElapsed) < 1000*10)) to indicate when to blink and when to stop from blinking so I can turn the Neopixel off by adding the next line of code. Yet, the code didn't function well and I couldn't stop it from blinking.