React Scheduler using Google Calendar API
Hey team! I was recently working on a project that involved getting someone's personal calendar...
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 709357) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Mark Woodson Posted on Apr 29 React Scheduler using Google Calendar API #react #firebase #tutorial Hey team! I was recently working on a project that involved getting someone's personal calendar integrated into a React project. After looking into it a bit, I couldn't find anything that had a full documentation on how to do it, which inspired me to make this.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).