Implement java prototype for Microsoft Graph to fetch contacts from O365

Job ID: 36910092

Budget: $10 – $80 USD

implement a java prototype to fetch contacts from office 365 / Outlook contacts

milestones:

ms1:
you access the contacts and you trace the content of the contacts into the sysout
require a function to:
- access a set of contacts by using queries for name, phone, email, comment
- access one specific contact (a special case of the previous set)

ms2:
instead of tracing to sysout, you define a DTO class, which represents the contact on outlook side
now you transfer/map all fields into the DTO and you trace the DTOs to the console


IMPORTANT
you require your own office 365 account (afaik there are free for 30 days, plz check BEFORE you bid!)

requirements
- jdk17
- maven

delivery
- a video or video call showing the code is running on your machine properly
- full code in our git on premise
- support if your code does not run on our env
- clean code
- well documented code