I'm Building Schedule Sensei: An Android App That Auto‑Adds Calendar Events from WhatsApp & Gmail
Schedule Sensei is an Android app designed to automatically add calendar events from WhatsApp, Gmail, and SMS. It uses on-device natural language processing to extract relevant information and add it to the user's calendar while ensuring privacy by processing data locally. The app aims to reduce missed appointments and double bookings by providing timely reminders for uncertain messages.
- ▪The app listens to notifications and extracts date, time, title, and location for calendar events.
- ▪It works offline, ensuring user data remains on the device without being uploaded.
- ▪Users can customize settings to manage notifications and auto-adding events.
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 === 3937194) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } vyomanshi gohel Posted on May 20 I'm Building Schedule Sensei: An Android App That Auto‑Adds Calendar Events from WhatsApp & Gmail #java #android #nlp #jetpackcompose The Problem We All Face Let me paint a picture. You're in a WhatsApp group. A message pops up: "Tomorrow's class is shifted to 10 AM instead of 9 AM." You see it. You think "okay." Then tomorrow comes… and you completely forgot.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).