Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.93 KB

File metadata and controls

65 lines (45 loc) · 1.93 KB

AllInOneApp v2 - master branch

My RnD of Dikshabhura's AllInOneApp.

Screenshots

My 2 cents

  • Good: I tried to process an codebase "downgrade" via special project tuning (see AllInOneApp.csproj), so... welcome to W10M
  • Bad: I noticed that project building (ARM) crashed at now.... it needs to be fixed (See Research folder on errors…)

Progress / Status

  • Work-in-progress
  • Experimenting with Microsoft.Graph & UAP 16299

Project Description

Summary:

The motivation behind creating this app was to have just one app that enables all Microsoft apps. Due to limited time available, this app combines three Microsoft apps with limited functionality: To do, Mail, and Calendar.

Current implementation:

ToDo :

  • Toggle between pending and completed task
  • Add new task with due date
  • Set task priority
  • Update task status to done

Email :

  • Shows only important emails

Calendar :

  • Shows upcoming events
  • Add new event
  • Note: This application runs on client ID MainPage.xaml.cs so we need to change ID on line 38

Bugs (?)

  • Somtimes auth process failed ...
  • Strange task list getting (locale-dependency). If I not localized "Tasks" string, getlist returns null.
  • If no active tasks (all tasks completed), after "show completed tasks" switching on I got strange task list behavior (infinite repeats of task items)
  • Assembling errors when I tried to build this project for ARM (special "Native mode", see csproj settings)

References

TODO

  • Fix Graph API "libraries/cores"
  • Try to downgrade this project to Win SDK 15063/14393

..

AS IS. No support. RnD only. DIY.

.

  • [M][E] July, 1 2025