Refvalue.MeetSentinel is a powerful Windows desktop application designed to aggregate multiple meeting platforms like Google Meet and Outlook into one unified interface. It helps users manage their meeting schedules and join calls automatically without the hassle of manual switching.
#💡 Why I built this? Managing multiple meeting platforms is chaotic. I wanted to build a "Sentinel" that not only reminds you of meetings but also handles the login process for you, ensuring you are always on time.
Modern Desktop Stack: Built with WPF and .NET 8, following clean architecture principles.
Deep WebView2 Integration: Leverages Microsoft Edge WebView2 for high-performance web rendering and container management.
Automated Login Logic: * Performed reverse-engineering on complex login page behaviors.
Used JavaScript Injection to simulate user interactions with Dropboxes, Comboboxes, and buttons.
Handled multi-mode authentication and session persistence.
Session & Cookie Management: Implemented robust logic to extract and sync Cookies/Tokens directly from the web container to the .NET layer.
Smart Reminders: A system-level notification system with full-screen focus to prevent missing any scheduled meetings.
This repository focuses on demonstrating the Core Automation Logic and WebView2 Interaction Architecture. It shows how to bridge the gap between native Windows desktop apps and complex web authentication flows.