microsoft_graph_api 0.0.9
microsoft_graph_api: ^0.0.9 copied to clipboard
Flutter package for seamless Microsoft 365 data access via Microsoft Graph API.
0.0.9 #
- added Group API functionality for Microsoft 365 Groups
- refactored Mail models from a single file into separate files with proper JSON serialization
- improved code organization and maintainability
- updated README with comprehensive Group API documentation
0.0.8 #
- added Mail API functionality (messages, mail folders, attachments)
- implemented complete Mail functionality as per Microsoft Graph API documentation
- fixed EmailAddress model to reuse existing model from calendar module
- updated Readme and example with Mail functionality
0.0.7 #
- added Permissions Table in Method Dart Doc
- updated Readme
- added Contacts and ContactFolders Endpoints and Models
0.0.6 #
- added Endpoints to Create Notebooks
- updated Readme
0.0.5 #
- added Notes Endpoints and Models
0.0.4 #
- changed DartDocs for particular Methods
0.0.3 #
- added getFreeBusySchedule Method for own Schedules and also for other users Schedules
- added fetchTimeZones Method for own supported Timezones
- added DartDoc Comments for all Models
0.0.2 #
- added example file
- added toJson Methods to Calendar Models
- changed createCalendarEvent Method
- added fetchCalendar Method for own calendar and also for other users calendars
- added more Calendar related Models
- added findMeetingTime Method for own Times and also for other users Times
0.0.1 #
- Initial Open Source release.