Hi All,

I have planned to develop office 365 connector using REST API[1] with the
following Methods for initial version.

The Office 365 APIs are REST services that provide access to high-value
data from Office 365 services : Mail, calendars, contacts, people,
notifications, photos, etc.

Office 365 API Methods

*Mail API* :The  Mail API lets you read, create, and send messages and
attachments, view and respond to event messages, and manage folders that
are secured by Azure Active Directory in Office 365.
       *Messages*
- Get a message by ID.
- Get a message collection
- Send a new message
- Create a draft message
- Send a draft message
- Reply to sender
- Reply to all
- Create a draft reply message
- Create a draft reply-all message
- Forward a message directly
- Delete a message
- Move a message
- Copy a message
       *Attachments*
- Get an attachment collection
- Get an attachment
       *Folders*
- Get a folder collection
- Get a folder
  - Create a folder

*Calendar API *: The Calendar API provides access to events, calendar, and
calendar group data secured by Azure Active Directory on Office 365.
       *Events*
- Get a calendar view
- Get series events
- Get an events
- Get event instances
- Create a calendar event
- Accept event
- Tentatively accept event
- Decline event
- Delete a calendar event
       *Reminders*
- Get reminders
- Snooze reminders
- Dismiss reminders

*Contacts API *: The Contacts API provides access to a user's contacts and
contact folders secured by Azure Active Directory on Office 365.
      *Contacts*
- Get a contact collection
- Get a contact
- Create contacts
- Delete contacts

Please let me know if you have any suggestions on this?

[1].*https://msdn.microsoft.com/en-us/office/office365/api/api-catalog
<https://msdn.microsoft.com/en-us/office/office365/api/api-catalog>*


Thanks
-- 
Thulasika
Associate Software Engineer
Mobile:0778014295
email: [email protected]
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to