outlook-events-client
Version:
TypeScript library to manage Outlook calendar events using the Microsoft Graph API.
16 lines (13 loc) • 502 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
## [1.0.0] - 2025-05-31
### Added
- Initial release of `outlook-events-client`.
- Create Outlook calendar events via Microsoft Graph API.
- Cancel Outlook calendar events.
- Update Outlook calendar events.
- Strong parameter validation and error handling.
- Full TypeScript support and typings.
- Unit tests with Vitest and full mocking (no real API calls).
- Documentation and usage examples in README.
- MIT License.