Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Microsoft Teams Calendar Event Generation Feature #604

Merged
merged 3 commits into from
Jul 31, 2024

Conversation

BraedenKilburn
Copy link
Contributor

Feature Description:
This PR introduces the ability to generate links for creating Microsoft Teams calendar events using our calendar link generator package. The new feature utilizes the deep link configuration for Microsoft Teams, allowing users to easily create links that open a meeting scheduling dialog in Microsoft Teams. Resolves #598.

Key Changes:

  1. Microsoft Teams Event Generation: Added functionality to generate Microsoft Teams calendar event links following the format specified in the Microsoft Teams deep link documentation.

Testing:

  • Added Microsoft Teams to the test suite.
  • Added a new test to verify that descriptions can be added to events and are correctly included in the generated links.

Please review the changes and let me know if there are any questions or further adjustments needed.

src/index.ts Show resolved Hide resolved
@AnandChowdhary
Copy link
Owner

This looks great, thanks for shipping so fast! I've just added a line with the link to the docs since they have it published (for many others we have to reverse engineer the URLs haha).

LGTM!

@AnandChowdhary AnandChowdhary merged commit 003905a into AnandChowdhary:master Jul 31, 2024
3 checks passed
@FindingAnand
Copy link
Collaborator

🎉 This PR is included in version 2.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Microsoft Teams Deep Links for Calendar Events
3 participants