A native Windows desktop calendar and task manager powered by Google Calendar and Google Tasks.
Built with WinUI 3 (.NET 10, Windows App SDK), runs unpackaged on Windows 10/11.
- Day and week views with timed event grid
- Google Tasks alongside calendar events
- Multi-account Google sign-in
- All-day events and task chips in the week view
- Windows 10 1903 (build 18362) or later
- Visual Studio 2022 with Windows App SDK workload
- Create a Google Cloud project and enable the Calendar and Tasks APIs
- Download OAuth 2.0 client credentials as
client_secret.jsonand place it next toCalendar.sln - Open
Calendar.slnin Visual Studio 2022 - Build and run
On first launch you will be prompted to sign in with your Google account. Tokens are stored in %APPDATA%\Meridian\tokens\.
dotnet build -r win-x64