Skip to content

Commit

Permalink
Merge pull request #1427 from OfficeDev/v-hrajandira/UpdateAllSampleD…
Browse files Browse the repository at this point in the history
…escription1

Ashlesha  - Update Description for Microsoft Teams All Sample App
  • Loading branch information
Harikrishnan-MSFT authored Nov 5, 2024
2 parents b7c68dd + d2b2668 commit 092b3ac
Show file tree
Hide file tree
Showing 248 changed files with 664 additions and 638 deletions.
137 changes: 67 additions & 70 deletions README.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"full": "Sample for meeting events"
},
"description": {
"short": "Access real-time meeting events",
"full": "This sample demos a bot with access to meeting events"
"short": "Bulk create Teams calendar meetings through a Teams tab interface.",
"full": "This sample app demonstrates bulk meeting creation on Teams calendars using an Excel upload."
},
"accentColor": "#5558AF",
"configurableTabs": [
Expand Down
4 changes: 2 additions & 2 deletions samples/graph-bulk-meetings/csharp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_type: sample
description: This is a sample application which demonstrates how to create meeting in bulk on Teams calendar through teams tab.
description: This sample app demonstrates bulk meeting creation on Teams calendars using an Excel upload.
products:
- office-teams
- office
Expand All @@ -15,7 +15,7 @@ urlFragment: officedev-microsoft-teams-samples-graph-bulk-meetings-csharp

# Graph bulk meetings

This is a sample application which demonstrates how to create meeting in bulk on Teams calendar use to create meeting to upload excel sheet.
This sample application allows users to efficiently create multiple meetings in Microsoft Teams calendars by uploading an Excel sheet. It utilizes the Graph API, provides a user-friendly tab interface for interaction, and includes comprehensive setup instructions for Microsoft Entra ID app registration and bot configuration.

## Included Features
* Tabs
Expand Down
6 changes: 3 additions & 3 deletions samples/graph-bulk-meetings/csharp/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "officedev-microsoft-teams-samples-graph-bulk-meetings-csharp",
"source": "officeDev",
"title": "Creating teams meetings in bulk using file upload method - C#",
"shortDescription": "This is an sample application which demonstrates how to create multiple Teams meetings at one click within teams tab (using excel sheet upload file).",
"shortDescription": "This sample app demonstrates bulk meeting creation on Teams calendars using an Excel upload.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/blob/main/samples/graph-bulk-meetings/csharp",
"longDescription": [
"This is a sample application which demonstrates how to create multiple meeting training meeting event at one click within teams tab (using excel sheet upload file)."
"This sample application showcases how to bulk create meetings in Teams using the Graph API, leveraging an Excel sheet for input. It features tabs for user interaction and integrates seamlessly with Microsoft Teams."
],
"creationDateTime": "2022-09-07",
"updateDateTime": "2022-09-09",
"updateDateTime": "2024-10-14",
"products": [
"Teams"
],
Expand Down
4 changes: 2 additions & 2 deletions samples/graph-bulk-meetings/nodejs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_type: sample
description: This is a sample application which demonstrates how to create meeting in bulk on Teams calendar through teams tab.
description: This sample application demonstrates bulk creation of Teams meetings using file uploads.
products:
- office-teams
- office
Expand All @@ -16,7 +16,7 @@ urlFragment: officedev-microsoft-teams-samples-graph-bulk-meetings-nodejs.

# Graph bulk meetings

This is an sample application which shows how to create teams meetings in bulk using file upload method.
This sample application demonstrates how to bulk create meetings in Microsoft Teams using file uploads via an intuitive tab interface. It utilizes the Graph API for interaction, includes prerequisites for setup, and provides comprehensive instructions for Azure registration, bot setup, and manifest configuration.

## Included Features
* Tabs
Expand Down
4 changes: 2 additions & 2 deletions samples/graph-bulk-meetings/nodejs/appManifest/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"full": "Create Meetings"
},
"description": {
"short": "This is an sample application which shows how to create teams meetings in bulk.",
"full": "This sample application which shows how to create meetings in bulk using Excel file upload method."
"short": "Easily create multiple Teams meetings in bulk using file uploads.",
"full": "This sample application demonstrates bulk creation of Teams meetings using file uploads."
},
"accentColor": "#5558AF",
"configurableTabs": [
Expand Down
6 changes: 3 additions & 3 deletions samples/graph-bulk-meetings/nodejs/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
{
"name": "officedev-microsoft-teams-samples-graph-bulk-meetings-nodejs",
"source": "officeDev",
"title": "Creating teams meetings in bulk using file upload method",
"title": "This sample application demonstrates bulk creation of Teams meetings using file uploads.",
"shortDescription": "This is a sample application which demonstrates how to create meetings in bulk using file upload method through teams tab",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/graph-bulk-meetings/nodejs",
"longDescription": [
"This is an sample application which shows how to create teams meetings in bulk using file upload method through teams tab"
"This sample application allows users to bulk create meetings in Microsoft Teams using file uploads, leveraging the Graph API for seamless integration. It features an intuitive tab interface, interactive elements, and detailed setup instructions for smooth deployment."
],
"creationDateTime": "2022-09-09",
"updateDateTime": "2022-09-09",
"updateDateTime": "2024-10-14",
"products": [
"Teams"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "officedev-microsoft-teams-samples-graph-change-notification-team-channel",
"source": "officeDev",
"title": "Graph Change Notification Team/Channel",
"shortDescription": "Graph change notification for team and channel",
"shortDescription": "This sample application showcases how to post notifications in Microsoft Teams when users create, edit, or delete teams and channels using Microsoft Graph and C#.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/graph-change-notification-team-channel/csharp",
"longDescription": [
"This sample demonstrates the use of Team/Channel subscription that will post notifications when user Create/Edit/Delete the team/channel though teams tab."
"This application demonstrates the use of team and channel subscriptions to send notifications for any create, edit, or delete actions in Microsoft Teams. It utilizes the Graph API, incorporates RSC permissions, and allows interaction through a Teams tab for a comprehensive user experience."
],
"creationDateTime": "2022-08-25",
"updateDateTime": "2022-08-25",
"updateDateTime": "2024-10-14",
"products": [
"Teams"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"full": "Change Notifications"
},
"description": {
"short": "Get change notifications for teams and channels using Microsoft Graph.",
"full": "This sample demonstrates the use of Team/Channel subscription that will post notifications when user Create/Edit/Delete the team/channel."
"short": "Receive notifications for team/channel changes in Microsoft Teams.",
"full": "This sample application showcases how to post notifications in Microsoft Teams when users create, edit, or delete teams and channels using Microsoft Graph and C#."
},
"accentColor": "#FFFFFF",
"configurableTabs": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_type: sample
description: This is a sample application which demonstrates the use of team/Channel subscription that will post notifications when user create/edit/delete team/channel through teams tab.
description: This sample application showcases how to post notifications in Microsoft Teams when users create, edit, or delete teams and channels using Microsoft Graph and C#.
products:
- office-teams
- office
Expand All @@ -16,7 +16,7 @@ urlFragment: officedev-microsoft-teams-samples-graph-change-notification-team-ch

# Change Notifications For Team and Channel Using Microsoft Graph C#

This is a sample application which demonstrates use of Team/Channel subscription that will post notifications when user create/edit/delete team/channel.
This sample application illustrates how to implement team and channel subscriptions in Microsoft Teams, enabling real-time notifications for user actions such as creating, editing, or deleting teams and channels. Built using C# and the Microsoft Graph API, it provides detailed setup instructions, including Azure AD registration, bot configuration, and certificate management, making it easy for developers to create interactive and responsive applications.

## Included Features
* Tabs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "officedev-microsoft-teams-samples-graph-change-notification-team-channel",
"source": "officeDev",
"title": "Graph Change Notification Team/Channel",
"shortDescription": "Graph change notification for team and channel",
"shortDescription": "This sample application demonstrates how to send notifications for team and channel events, such as creation, editing, or deletion, in Microsoft Teams using Node.js and the Microsoft Graph API.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/graph-change-notification-team-channel/nodejs",
"longDescription": [
"This sample demonstrates the use of Team/Channel subscription that will post notifications when user Create/Edit/Delete the team/channel through teams tab."
"This application illustrates the use of team and channel subscriptions to deliver notifications in Microsoft Teams whenever a user creates, edits, or deletes a team or channel. Leveraging Node.js and the Microsoft Graph API, it supports RSC permissions and provides a seamless interaction through a Teams tab."
],
"creationDateTime": "2022-10-03",
"updateDateTime": "2022-10-05",
"updateDateTime": "2024-10-14",
"products": [
"Teams"
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_type: sample
description: This is a sample application which demonstrates the use of team/Channel subscription that will post notifications when user create/edit/delete team/channel through teams tab.
description: This sample application demonstrates how to send notifications for team and channel events, such as creation, editing, or deletion, in Microsoft Teams using Node.js and the Microsoft Graph API.
products:
- office-teams
- office
Expand All @@ -16,7 +16,7 @@ urlFragment: officedev-microsoft-teams-samples-graph-change-notification-team-ch

# Change Notifications For Team and Channel Using Microsoft Graph Node.js

This is a sample application which demonstrates use of Team/Channel subscription that will post notifications when user create/edit/delete team/channel.
This sample application showcases how to utilize team and channel subscriptions in Microsoft Teams to send real-time notifications for various user actions, such as creating, editing, or deleting teams and channels. Built with Node.js and Microsoft Graph API, this application includes comprehensive setup instructions, covering Azure AD registration, bot configuration, self-signed certificate management, and deployment using the Teams Toolkit for Visual Studio Code.

## Included Features
* Tabs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"full": "Change Notifications"
},
"description": {
"short": "Get change notifications for teams and channels using Microsoft Graph.",
"full": "This sample demonstrates the use of Team/Channel subscription that will post notifications when user Create/Edit/Delete the team/channel."
"short": "Get real-time notifications for team/channel changes in Microsoft Teams.",
"full": "This sample application demonstrates how to send notifications for team and channel events, such as creation, editing, or deletion, in Microsoft Teams using Node.js and the Microsoft Graph API."
},
"accentColor": "#FFFFFF",
"configurableTabs": [
Expand Down
4 changes: 2 additions & 2 deletions samples/graph-change-notification/csharp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_type: sample
description: This sample app demonstrates sending change notifications to user presence in Teams based on user presence status. The notifications are sent to user through bot in teams.
description: This sample application demonstrates how to send real-time change notifications for user presence in Microsoft Teams.
products:
- office-teams
- office
Expand All @@ -17,7 +17,7 @@ urlFragment: officedev-microsoft-teams-samples-graph-change-notification-csharp

Bot Framework v4 ChangeNotification sample.

This sample app demonstrates sending change notifications to user presence in Teams based on user presence status.
This sample application allows developers to send real-time notifications about user presence changes in Microsoft Teams, leveraging the Bot Framework and Graph API. It includes comprehensive setup instructions for Azure AD registration, bot configuration, and integration with the Teams interface, making it easy to build interactive experiences based on user presence.

## Included Features
* Bots
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"full": "Send notification to user wwhen their status changes."
},
"description": {
"short": "App to track NotificationApp.",
"full": "App to track NotificationApp present channel."
"short": "Receive real-time notifications for user presence changes in Microsoft Teams.",
"full": "This sample application demonstrates how to send real-time change notifications for user presence in Microsoft Teams."
},
"accentColor": "#FFFFFF",
"bots": [
Expand Down
6 changes: 3 additions & 3 deletions samples/graph-change-notification/csharp/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "officedev-microsoft-teams-samples-graph-change-notification-csharp",
"source": "officeDev",
"title": "Change Notification sample",
"shortDescription": "This sample app demonstrates sending change notifications to user presence in Teams based on user presence status. The notifications are sent to user through bot in teams.",
"shortDescription": "This sample application demonstrates how to send real-time change notifications for user presence in Microsoft Teams.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/graph-change-notification/csharp",
"longDescription": [
"This sample app demonstrates sending change notifications to user presence in Teams based on user presence status. The notifications are sent to user through bot in teams."
"This sample app showcases the ability to send real-time notifications to users in Microsoft Teams based on their presence status using the Bot Framework and Graph API. It provides a straightforward setup process and includes features like adaptive cards for displaying user statuses."
],
"creationDateTime": "2021-07-07",
"updateDateTime": "2022-01-12",
"updateDateTime": "2024-10-14",
"products": [
"Teams"
],
Expand Down
4 changes: 2 additions & 2 deletions samples/graph-change-notification/nodejs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_type: sample
description: This sample app demonstrates sending change notifications to user presence in Teams based on user presence status. The notifications are sent to user through bot in teams.
description: This sample application demonstrates how to send notifications for changes in user presence status in Microsoft Teams using Node.js and the Bot Framework.
urlFragment: teams-graph-change-notification-nodejs
products:
- office-teams
Expand All @@ -18,7 +18,7 @@ urlFragment: officedev-microsoft-teams-samples-graph-change-notification-nodejs

Bot Framework v4 ChangeNotification sample.

This sample app demonstrates sending notifications to users when presence status is changed.
This sample application provides a comprehensive guide for sending real-time notifications about user presence changes in Microsoft Teams using Node.js and the Bot Framework. It covers the entire setup process, including Azure AD registration, bot configuration, and integration with Teams, allowing developers to create interactive experiences that respond to user presence

## Included Features
* Bots
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"full": "Send notification to user wwhen their status changes."
},
"description": {
"short": "App to track NotificationApp.",
"full": "App to track NotificationApp present channel."
"short": "Send real-time notifications for user presence changes in Microsoft Teams.",
"full": "This sample application demonstrates how to send notifications for changes in user presence status in Microsoft Teams using Node.js and the Bot Framework."
},
"accentColor": "#FFFFFF",
"bots": [
Expand Down
6 changes: 3 additions & 3 deletions samples/graph-change-notification/nodejs/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "officedev-microsoft-teams-samples-graph-change-notification-nodejs",
"source": "officeDev",
"title": "Change Notification sample using nodejs",
"shortDescription": "This sample app demonstrates sending change notifications to user presence in Teams based on user presence status. The notifications are sent to user through bot in teams.",
"shortDescription": "This sample application demonstrates how to send notifications for changes in user presence status in Microsoft Teams using Node.js and the Bot Framework.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/graph-change-notification/nodejs",
"longDescription": [
"This sample app demonstrates sending change notifications to user presence in Teams based on user presence status. The notifications are sent to user through bot in teams."
"This sample app allows developers to send real-time notifications to users in Microsoft Teams when their presence status changes, leveraging Node.js and the Graph API. It includes setup instructions for Azure AD, bot configuration, and installation steps, ensuring a smooth integration experience."
],
"creationDateTime": "2021-07-07",
"updateDateTime": "2022-04-19",
"updateDateTime": "2022-10-14",
"products": [
"Teams"
],
Expand Down
4 changes: 2 additions & 2 deletions samples/graph-channel-lifecycle/csharp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
page_type: sample
description: This sample illustrates how you can use Graph API Channel Life Cycle to call Graph APIs through teams tab.
description: This sample application demonstrates how to manage the channel lifecycle—create, update, and delete channels—using the Microsoft Graph API through a Teams tab.
products:
- office-teams
- office
Expand All @@ -15,7 +15,7 @@ urlFragment: officedev-microsoft-teams-samples-graph-channel-lifecycle-csharp

# Channel life cycle using C#

This sample show the [Channel](https://docs.microsoft.com/en-us/graph/api/resources/channel?view=graph-rest-1.0) life cycle which includes create, update delete a channel.
This sample application illustrates how to effectively manage the lifecycle of channels in Microsoft Teams using the Microsoft Graph API. It enables users to create, update, and delete channels directly through a Teams tab and is built with C# to demonstrate integration with the Teams Toolkit, complete with setup instructions for registration, tunneling, and deployment.

## Included Features
* Tabs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"full": "Channel Lifecycle sample"
},
"description": {
"short": "Channel Lifecycle",
"full": "This example show the Channel Lifecycle, which includes channel creation , update and delete"
"short": "Manage channel lifecycle events in Microsoft Teams using Graph API.",
"full": "This sample application demonstrates how to manage the channel lifecycle—create, update, and delete channels—using the Microsoft Graph API through a Teams tab."
},
"accentColor": "#5558AF",
"configurableTabs": [
Expand Down
6 changes: 3 additions & 3 deletions samples/graph-channel-lifecycle/csharp/assets/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "officedev-microsoft-teams-samples-graph-channel-lifecycle-csharp",
"source": "officeDev",
"title": "MVC app creates, updates, deletes Teams channels",
"shortDescription": "This sample illustrates how you can use Graph API Channel Life Cycle to call Graph APIs through teams tab.",
"shortDescription": "This sample application demonstrates how to manage the channel lifecycle—create, update, and delete channels—using the Microsoft Graph API through a Teams tab.",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/graph-channel-lifecycle/csharp",
"longDescription": [
"This sample illustrates how you can use Graph API Channel Life Cycle to call Graph APIs through teams tab."
"This sample showcases the full lifecycle management of channels in Microsoft Teams, including creating, updating, and deleting channels using the Microsoft Graph API. Built with C#, it integrates seamlessly with the Teams environment and leverages the Teams Toolkit for deployment."
],
"creationDateTime": "2021-07-07",
"updateDateTime": "2022-05-17",
"updateDateTime": "2024-10-14",
"products": [
"Teams"
],
Expand Down
Loading

0 comments on commit 092b3ac

Please sign in to comment.