@slates-integrations/microsoft-outlook 0.2.0-rc.5 → 0.2.0-rc.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -24,6 +24,10 @@ Create a new task in a Microsoft To Do task list. Supports title, body, due date
|
|
|
24
24
|
|
|
25
25
|
Find available meeting time slots based on attendee availability and time constraints. Suggests optimal times when all or most attendees are free. Useful for scheduling meetings with multiple participants.
|
|
26
26
|
|
|
27
|
+
### Get My Profile
|
|
28
|
+
|
|
29
|
+
Retrieve the authenticated Outlook user's Microsoft Graph profile, including name, email address, job title, phone numbers, office location, and preferred language.
|
|
30
|
+
|
|
27
31
|
### Get Contact
|
|
28
32
|
|
|
29
33
|
Retrieve the full details of a specific contact by ID, including all email addresses, phone numbers, addresses, company information, and personal notes.
|