├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── SECURITY.md ├── SUPPORT.md ├── Teams Backgrounds.zip ├── Tech Stretch.jpg ├── buildingappswithgraph └── terms-and-conditions.md ├── digital-swag-and-prizes.md └── terms-and-conditions.md /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | # Microsoft Open Source Code of Conduct 2 | 3 | This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). 4 | 5 | Resources: 6 | 7 | - [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) 8 | - [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) 9 | - Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns 10 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) Microsoft Corporation. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Learn Together - Developing Apps for Teams 2 | 3 | Learn Together - Developing Apps for Teams is a free, two-hour livestream event for developers by developers. There are 115+ million Teams daily active users. That is millions of new users that developers can reach when they develop apps for Teams. 4 | 5 | At this event, let's talk app dev for Microsoft Teams. 6 | 7 | Visit [Learn Together - Developing Apps for Teams](http://aka.ms/learntogether) to learn more and stream LIVE on [Learn TV](http://aka.ms/learntv). 8 | 9 | ## What you will learn 10 | 11 | Millions of new Microsoft Teams users are looking to you, the developers, to create engaging and unique application experiences on Teams. In this two-hour livestream on Learn TV, you’ll learn: 12 | 13 | - Why you should consider building apps for Teams 14 | - How to get started building apps for Teams in VS Code 15 | - Where you can integrate your apps in the Teams user experience 16 | 17 | Quickly get started learning how to build these apps and stick around for some fun trivia and prizes. 18 | 19 | ## Sample App - Integrating an Application into Teams 20 | 21 | You can find the sample application shown at the beginning of the Learn Together event at https://github.com/microsoft/DevAppsForTeams. This app demonstrates how to integrate a Web application into Teams and demonstrates the following features: 22 | 23 | - [Azure Active Directory](https://docs.microsoft.com/en-us/azure/active-directory/?WT.mc_id=m365-11189-cxa) and [Microsoft Authentication Library](https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-overview/?WT.mc_id=m365-11189-cxa) (MSAL) when the app runs outside of Teams 24 | - [Single Single-On](https://docs.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/authentication/auth-aad-sso/?WT.mc_id=m365-11189-cxa) when the app runs inside of Teams 25 | - Use of the [Teams JavaScript client SDK](https://docs.microsoft.com/en-us/javascript/api/overview/msteams-client?view=msteams-client-js-latest/?WT.mc_id=m365-11189-cxa) 26 | - Teams app [custom tab](https://docs.microsoft.com/en-us/microsoftteams/platform/tabs/what-are-tabs/?WT.mc_id=m365-11189-cxa) 27 | - [Bots](https://docs.microsoft.com/en-us/microsoftteams/platform/bots/what-are-bots/?WT.mc_id=m365-11189-cxa) that leverage [LUIS and QnA Maker Azure Cognitive Services](https://docs.microsoft.com/en-us/azure/cognitive-services/what-are-cognitive-services#language-apis/?WT.mc_id=m365-11189-cxa) 28 | - App to bot communication 29 | 30 | ## Missed the event or cannot attend live? 31 | 32 | Between the learning, work, family, fitness, reading, sleeping, binge-watching...we get it. Time is limited and priceless. That is why we will have this event available for on-demand to stream when you are available. Visit [Channel 9](https://channel9.msdn.com/Events/Microsoft-Learn/Learn-Together-Developing-Apps-for-Teams/?WT.mc_id=m365-11189-cxa) where you can view this event and more on-demand content. 33 | 34 | Still interested in getting more information during your own time? You can visit [Microsoft Learn](https://docs.microsoft.com/en-us/learn/?WT.mc_id=m365-9410-cxa) at any time to go through modules, read relevant documentation, and stream live content on [Learn TV](http://aka.ms/learntv). 35 | 36 | ## Participate in the Teams Learn Challenge 37 | 38 | Interested in some friendly competition? We will be offering prizes for those that complete and finish the [Teams Learn Challenge](http://aka.ms/teamslearnchallenge) beginning on December 16, 2020 until January 13, 2021. 39 | 40 | While completing the challenge, use these [resources](https://docs.microsoft.com/en-us/microsoftteams/platform/?WT.mc_id=m365-9410-cxa) to help you if you get stuck. 41 | 42 | Tweet us at [@LearnTV](https://twitter.com/LearnTV) with the #LearnTogether and tag [@MicrosoftTeams](https://twitter.com/MicrosoftTeams) and [@Microsoft365](https://twitter.com/Microsoft365) if questions come up. 43 | 44 | ## Keep learning more 45 | 46 | Start learning more today by visiting [Microsoft Learn's Microsoft Teams Developer Documentation](https://docs.microsoft.com/en-us/microsoftteams/platform/?WT.mc_id=m365-9410-cxa). 47 | 48 | Interested in some friendly competition? We will be offering prizes for those that complete the [Teams Learn Challenge](https://aka.ms/teamslearnchallenge) beginning on December 16, 2020 until January 13, 2021. 49 | 50 | Follow [@LearnTV](https://twitter.com/LearnTV) on Twitter to stay in touch about this event (#LearnTogether) and future events and streams on [Learn TV](http://aka.ms/learntv). 51 | -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ## Security 4 | 5 | Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/). 6 | 7 | If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described below. 8 | 9 | ## Reporting Security Issues 10 | 11 | **Please do not report security vulnerabilities through public GitHub issues.** 12 | 13 | Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report). 14 | 15 | If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/en-us/msrc/pgp-key-msrc). 16 | 17 | You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc). 18 | 19 | Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue: 20 | 21 | * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.) 22 | * Full paths of source file(s) related to the manifestation of the issue 23 | * The location of the affected source code (tag/branch/commit or direct URL) 24 | * Any special configuration required to reproduce the issue 25 | * Step-by-step instructions to reproduce the issue 26 | * Proof-of-concept or exploit code (if possible) 27 | * Impact of the issue, including how an attacker might exploit the issue 28 | 29 | This information will help us triage your report more quickly. 30 | 31 | If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://microsoft.com/msrc/bounty) page for more details about our active programs. 32 | 33 | ## Preferred Languages 34 | 35 | We prefer all communications to be in English. 36 | 37 | ## Policy 38 | 39 | Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd). 40 | 41 | -------------------------------------------------------------------------------- /SUPPORT.md: -------------------------------------------------------------------------------- 1 | # TODO: The maintainer of this repo has not yet edited this file 2 | 3 | **REPO OWNER**: Do you want Customer Service & Support (CSS) support for this product/project? 4 | 5 | - **No CSS support:** Fill out this template with information about how to file issues and get help. 6 | - **Yes CSS support:** Fill out an intake form at [aka.ms/spot](https://aka.ms/spot). CSS will work with/help you to determine next steps. More details also available at [aka.ms/onboardsupport](https://aka.ms/onboardsupport). 7 | - **Not sure?** Fill out a SPOT intake as though the answer were "Yes". CSS will help you decide. 8 | 9 | *Then remove this first heading from this SUPPORT.MD file before publishing your repo.* 10 | 11 | # Support 12 | 13 | ## How to file issues and get help 14 | 15 | This project uses GitHub Issues to track bugs and feature requests. Please search the existing 16 | issues before filing new issues to avoid duplicates. For new issues, file your bug or 17 | feature request as a new Issue. 18 | 19 | For help and questions about using this project, please **REPO MAINTAINER: INSERT INSTRUCTIONS HERE 20 | FOR HOW TO ENGAGE REPO OWNERS OR COMMUNITY FOR HELP. COULD BE A STACK OVERFLOW TAG OR OTHER 21 | CHANNEL. WHERE WILL YOU HELP PEOPLE?**. 22 | 23 | ## Microsoft Support Policy 24 | 25 | Support for this **PROJECT or PRODUCT** is limited to the resources listed above. 26 | -------------------------------------------------------------------------------- /Teams Backgrounds.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/learntogether-devappsforteams/599a0bcc128ee611e1a0256c419d0d0f41447365/Teams Backgrounds.zip -------------------------------------------------------------------------------- /Tech Stretch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/learntogether-devappsforteams/599a0bcc128ee611e1a0256c419d0d0f41447365/Tech Stretch.jpg -------------------------------------------------------------------------------- /buildingappswithgraph/terms-and-conditions.md: -------------------------------------------------------------------------------- 1 | # Terms and Conditions 2 | 3 | Please review the official rules and visit [http://aka.ms/learntogether-graph](http://aka.ms/learntogether-graph) to learn more about the Learn Together: Building Apps with Microsoft Graph event. 4 | 5 | ## 1. HOST 6 | 7 | These Official Rules (“Rules”) govern the operation of the Microsoft prize and swag at Learn Together: Building Apps with Microsoft Graph event. Contest (“Contest”). Microsoft Corporation, of One Microsoft Way, Redmond, Washington, USA, 98052 is the event host (“Host”). 8 | 9 | ## 2. DEFINITIONS 10 | 11 | In these Rules, “Microsoft”, “we”, “our”, and “us”, refer to Host and “you” and “yourself” refers to a Contest participant. “Event” refers to the Learn Together: Building Apps with Microsoft Graph event held on Learn TV on April 14, 2021 at 2:00 PM AEST and 8:30 AM PDT. By entering you (your parent/legal guardian if you are a minor) agree to be bound by these Rules. 12 | 13 | ## 3. ENTRY PERIOD 14 | 15 | The prize offering will operate at Learn Together during regular challenge hours, April 14, 2021 to the end of the challenge on May 12, 2021 (“Entry Period”). 16 | 17 | ## 4. ELIGIBILITY 18 | 19 | Open to any Event attendee 18 years of age or older that finishes the Cloud Skills Challenge, [Microsoft Learn Challenge](http://aka.ms/challenge-graph), on Microsoft Learn. Attendees can register and learn more on the [event site](http://aka.ms/learntogether-graph), and the [Microsoft Learn Challenge](http://aka.ms/challenge-graph). 20 | 21 | Minors must have consent of a parent or legal guardian. Employees and directors of Microsoft Corporation and its subsidiaries, persons involved in the execution or administration of this promotion, and the family members of each (dependents, immediate family members, and individuals residing in the same household) are not eligible. Void where prohibited. 22 | 23 | For events: If you are attending the Event in your capacity as an employee, it is your sole responsibility to comply with your employer’s gift policies. Microsoft will not be party to any disputes or actions related to this matter. GOVERNMENT EMPLOYEES INCLUDING EDUCATORS: Microsoft is committed to complying with government gift and ethics rules and therefore government and public sector employees are not eligible for this promotion. 24 | 25 | ## 5. HOW TO ENTER 26 | 27 | To enter, you simply have to finish the event specific [Microsoft Learn Challenge](http://aka.ms/challenge-graph) during the entry period. The randomly selected 20 (twenty) challenge finishers will receive a gift card to select from a list designated by the event organizing team. 28 | 29 | You must RSVP on the [event site](http://aka.ms/learntogether-graph) with the same email used to enter the [Microsoft Learn Challenge](http://aka.ms/challenge-graph) for the organizing team to distribute prizes to the winners. 30 | 31 | Participants may NOT engage or promote, as determined by us in our sole and absolute discretion, any content that: 32 | * is sexually explicit, unnecessarily violent or derogatory of any ethnic, racial, gender, religious, professional or age group; 33 | * is profane or pornographic; 34 | * promotes alcohol, illegal drugs, tobacco, firearms/weapons (or the use of any of the foregoing) or a political agenda; 35 | * is obscene or offensive; 36 | * defames, misrepresents or contains disparaging remarks about other people or companies; 37 | * communicates messages or images inconsistent with the positive images and/or good will with which we wish to associate; and/or 38 | * violates any law. 39 | 40 | We are not responsible for excess, lost, late, damaged, or incomplete entries. If disputed, entries will be deemed submitted by the authorised account holder of the email address, social media profile, or other method used to enter. If the organizing team is unable to match the [Microsoft Learn Challenge](http://aka.ms/challenge-graph) username and email with the RSVP name and email, the team will be unable to send the prize communications and will transfer the prize to another recipient. The organizing team is not responsible for any errors that may prohibit prize distribution. 41 | 42 | ## 6. USE OF ENTRIES 43 | 44 | We are not claiming ownership rights to your participation of the challenge. However, by submitting an entry, you grant us an irrevocable, royalty-free, worldwide right and license to use, review, assess, test and otherwise analyse your entry and all its content in connection with this Contest and use your entry in any media whatsoever now known or later invented for any non-commercial or commercial purpose, including, but not limited to, the marketing, sale or promotion of Microsoft products or services, without further permission from you. You will not receive any compensation or credit for use of your entry, other than what is described in these Rules. 45 | 46 | By entering you acknowledge that the we may contact you about your challenge participation and engage with you about relevant content and opportunities. 47 | 48 | Your entry may be posted on a public website. We are not responsible for any unauthorised promotion of your participation by visitors to this website. We are not obligated to promote your entry for any purpose, even if it has been selected as a winning entry. 49 | 50 | ## 7. WINNER SELECTION AND NOTIFICATION 51 | 52 | This challenge is testing skills around Microsoft Graph and is dependant on speed, knowledge, and chance. 53 | 54 | The decisions of the hosts and event organizers are final and binding. If we do not receive a sufficient number of entries meeting the entry requirements, we may, at our discretion, select fewer winners than the number of Prizes described below or provide them to others that engaged in the event either live or on-demand. 55 | 56 | ## 8. PRIZES 57 | 58 | Prizes include: 59 | - Gift card to a selected list of vendors decided by the event organizing team. 60 | 61 | We will attempt to award one (1) prize(s) per winning entrant, but cannot guarantee one prize per person. If there are any regional limitations, we will not provide an alternate prize of the same value. No more than the stated number of prizes will be awarded. No substitution, transfer, or assignment of prize permitted. Prize winners may be required to complete and return prize claim and / or tax forms (“Forms”) within the deadline stated in the winner notification. The prize(s) may be considered a taxable benefit to the winner(s). Taxes on the prize, if any, are the sole responsibility of the winner, who is advised to seek independent counsel regarding the tax implications of accepting a prize. By accepting a prize, you agree that Microsoft may use your entry, name, image and hometown online and in print, or in any other media, in connection with this Contest without payment or compensation to you, except where prohibited by law. 62 | 63 | ## 9. GENERAL CONDITIONS AND RELEASE OF LIABILITY 64 | 65 | To the extent allowed by law, by entering you agree to release and hold harmless Microsoft and its respective parents, partners, subsidiaries, affiliates, employees and agents from any and all liability or any injury, loss or damage of any kind arising in connection with this Contest or any prize won. 66 | 67 | All local laws apply. The decisions of Microsoft are final and binding. Failure by Microsoft to exercise any of its rights contained within these Rules at any time does not constitute a waiver of those rights. 68 | 69 | These Rules do not, nor do they purport to, limit, exclude or modify any non-excludable statutory guarantees as provided under the Competition and Consumer Act 2010 (Cth), or any other warranties (whether express or implied) under any state or federal legislation which cannot be excluded. 70 | 71 | We reserve the right to cancel, change or suspend this Contest for any reason, including cheating, technology failure, catastrophe, war or any other unforeseen or unexpected event that affects the integrity of this Contest, whether human or mechanical. If the integrity of the Contest cannot be restored, we may select winners from among all eligible entries received before we had to cancel, change or suspend the Contest. 72 | 73 | If you attempt or we have strong reason to believe that you have compromised the integrity or the legitimate operation of this Contest by cheating, hacking, creating a bot or other automated program, or by committing fraud in any way, we may seek damages from you to the full extent of the law and you may be banned from participation in future Microsoft contests. 74 | 75 | We reserve the right to verify the validity of entries and to disqualify any entrant whom we believe has either tampered with the entry process or has submitted an entry that is not in accordance with these Rules. 76 | 77 | ## 10. WINNERS LIST 78 | 79 | We will be able to obtain the list of winners through the Cloud Skills Challenge platform. When prize winners are identified, a mail will be sent to you from the planning team to claim your prize. All prize communications will be complete by April 30, 2021. If you did not receive communication from the event team, then that means you were not granted a prize. We are not responsible for unread emails, spam email folders, accidently deleted mails, or other forms of loss. 80 | 81 | ## 11. PRIVACY 82 | 83 | At Microsoft, we are committed to protecting your privacy. Microsoft uses the information you provide to notify you of important information about our products, upgrades and enhancements, and to send you information about other Microsoft products and services. Microsoft will not share the information you provide with third parties without your permission except where necessary to complete the services, transactions, or prize delivery you have requested or participated in, or as required by law. Microsoft is committed to protecting the security of your personal information. We use a variety of security technologies and procedures to help protect your personal information from unauthorised access, use, or disclosure. Your personal information is never shared outside the company without your permission, except under conditions explained above. 84 | 85 | By entering this challenge, you consent to the use of your information as described in these Rules. You may access and/or change your data by following the procedures in Microsoft’s privacy policy, which is available at [www.microsoft.com/privacystatement](http://www.microsoft.com/privacystatement). 86 | 87 | If you believe that Microsoft has not adhered to this statement, please contact Microsoft by sending an email to [privrc@microsoft.com](mailto:privrc@microsoft.com) or postal mail to Microsoft Privacy Response Center, Microsoft Corporation, One Microsoft Way, Redmond, Washington, USA, 98052. 88 | 89 | ## 12. GOVERNING LAW 90 | 91 | This Contest will be governed by the laws of the State of Washington in the United States of America, and you consent to the exclusive jurisdiction of the courts of the State of Washington in the United States of America for any disputes arising out of this Contest. 92 | -------------------------------------------------------------------------------- /digital-swag-and-prizes.md: -------------------------------------------------------------------------------- 1 | # Learn Together - Developing Apps for Teams 2 | # Digital Swag and Prizes 3 | 4 | ## Digital Swag 5 | 6 | Let's get to the good stuff. What swag will be offered at this event and the foreseeable future? Glad you asked! 7 | 8 | **Plant Trees to Benefit the Enviroment and Local Economies** 9 | 10 | Every email, livestream, and action emits carbon and our goal is to be net-zero carbon neutral. Transparency is key and the Microsoft Developer Relations Event Team is still learning, but we are prioritizing sustainability efforts for our digital experiences. We have partnered with [Ecosia](https://info.ecosia.org/about), a search engine that plants trees for every search. 11 | 12 | Additionally, this event specifically has gifted 960 trees to tackle climate change. You can add the [Ecosia extension](https://www.ecosia.org/) to your selected browser and visit the [Ecosia Pop-Up store](https://plant.ecosia.org/) to give and gift more trees! 13 | 14 | **Tech Stretch** 15 | 16 | I do not know about you, but I need to get up from my chair, couch, stool and stretch my legs! This tech stretch one-pager is great for taking a quick break from the screen and prioritizing your wellbeing with our guided stretches. [Download and stretch](https://github.com/microsoft/learntogether-devappsforteams/blob/main/Tech%20Stretch.jpg) now, later, or daily! 17 | 18 | **Teams Background Downloads & Digital Stickers** 19 | 20 | Enter your next meeting with a creative and fun background. [Download these free Microsoft Teams backgrounds](https://github.com/microsoft/learntogether-devappsforteams/blob/main/Teams%20Backgrounds.zip) and use whenever you would like. Check out the trees and river one since we are planting trees with this event! Oh, and the Bit racoon with the Teams t-shirt digital sticker! 21 | 22 | **VS Code Theme** 23 | 24 | [Download](https://marketplace.visualstudio.com/items?itemName=MSFTLearnTogether.learn-together-color-theme) a custom VS Code theme for Microsoft Teams developers and anyone who appreciates the Teams purple color scheme. 25 | 26 | **Digital Kids Pack** 27 | 28 | Keeping children engaged is now essential as part of an Events Best Practice. As guardians and self proclaimed coloring and puzzle professionals, we get it. The [Kids Activity Pack](https://workbooks.aaron-powell.com/?WT.mc_id=learntogether_M365-workbooks-cxa) will entertain anyone from 0 to 99 years old, while you attend the event and anytime after. 29 | 30 | No printer and do not want the paper to go to waste? Not a problem! The activity pack is accessible [digitally](https://workbooks.aaron-powell.com/?WT.mc_id=learntogether_M365-workbooks-cxa) to use on any devise! 31 | 32 | ## Digital Prizes 33 | 34 | *Please note: We are not responsible for disputed, lost, late, damanged, or incomplete entries. Please view the [Terms and Conditions](https://github.com/microsoft/learntogether-devappsforteams/blob/main/terms-and-conditions.md) portion of this repo to learn more.* 35 | 36 | There are a lot of exciting things in life - free events, ways to learn more, and PRIZES! We will be randomly selecting Learn Together: Developing Apps for Teams attendees and Teams Learn Challenge participants to win free prizes. 37 | 38 | Prizes include: 39 | 40 | **Xbox 12-Month Ultimate Game Passes** 41 | 42 | Be one of the first 10 to complete and finish the [Teams Learn Challenge](http://aka.ms/teamslearnchallenge) and you will be entered to win a Xbox 12-Month Ultimate Game Pass! The [Teams Learn Challenge](http://aka.ms/teamslearnchallenge) starts at 11:00 AM PT on December 16th and will be active for exactly 4 weeks. Learn more about [Xbox Game Passes](https://www.xbox.com/en-US/xbox-game-pass). 43 | 44 | **Xbox 6-Month Game Passes** 45 | 46 | Be one of the first 11 - 35 to complete and finish the [Teams Learn Challenge](http://aka.ms/teamslearnchallenge) and you will be entered to win a Xbox 6-Month Game Pass! The [Teams Learn Challenge](http://aka.ms/teamslearnchallenge) starts at 11:00 AM PT on December 16th and will be active for exactly 4 weeks. Learn more about [Xbox Game Passes](https://www.xbox.com/en-US/xbox-game-pass). 47 | 48 | **Up Your Genius by Bridget Quigg** 49 | 50 | Have you heard of [Bridget Quigg](http://www.bridgetquigg.com/about.html)? She has been recognized as one of the most popular Microsoft Build and Microsoft Ignite speakers, as well as a performance artist, creative genius, team building connoisseur, and author. 51 | 52 | Complete the [Teams Learn Challenge](http://aka.ms/teamslearnchallenge) and you will be entered to win a copy of Bridget's e-book, [Up Your Genius: A Workbook Designed to Make You Believe You Are Creative](https://www.amazon.com/Up-Your-Genius-Workbook-Designed/dp/B0875Z2WW4)! We will randomly select 1000 winners to receive the free e-book. The [Teams Learn Challenge](http://aka.ms/teamslearnchallenge) starts at 11:00 AM PT on December 16th and will be active for exactly 4 weeks. Test your skills from the event and then get tips on how to feel more confident by applying improvisational acting to your everyday life. Win, win! 53 | -------------------------------------------------------------------------------- /terms-and-conditions.md: -------------------------------------------------------------------------------- 1 | # Terms and Conditions 2 | 3 | Please review the official rules and visit [http://aka.ms/learntogether](http://aka.ms/learntogether) to learn more about the Learn Together: Developing Apps for Microsoft Teams event. 4 | 5 | ## 1. HOST 6 | 7 | These Official Rules (“Rules”) govern the operation of the Microsoft prize and swag at Learn Together: Developing Apps for Teams event. Contest (“Contest”). Microsoft Corporation, of One Microsoft Way, Redmond, Washington, USA, 98052 is the event host (“Host”). 8 | 9 | ## 2. DEFINITIONS 10 | 11 | In these Rules, “Microsoft”, “we”, “our”, and “us”, refer to Host and “you” and “yourself” refers to a Contest participant. “Event” refers to the Learn Together: Developing Apps for Teams event held on Learn TV on December 16th at 9:00 AM PT. By entering you (your parent/legal guardian if you are a minor) agree to be bound by these Rules. 12 | 13 | ## 3. ENTRY PERIOD 14 | 15 | The prize offering will operate at Learn Together during regular challenge hours, December 16, 2020 11:00 AM Pacific Time until January 13, 2021 11:00 PM Paciific Time (“Entry Period”). 16 | 17 | ## 4. ELIGIBILITY 18 | 19 | Open to any Event attendee 18 years of age or older that finishes the Cloud Skills Challenge, [Teams Learn Challenge](http://aka.ms/teamslearnchallenge), on Microsoft Learn. Attendees can register and learn more on the [event site](http://aka.ms/learntogether), and the [Teams Learn Challenge](http://aka.ms/teamslearnchallenge). 20 | 21 | Minors must have consent of a parent or legal guardian. Employees and directors of Microsoft Corporation and its subsidiaries, persons involved in the execution or administration of this promotion, and the family members of each (dependents, immediate family members, and individuals residing in the same household) are not eligible. Void where prohibited. 22 | 23 | For events: If you are attending the Event in your capacity as an employee, it is your sole responsibility to comply with your employer’s gift policies. Microsoft will not be party to any disputes or actions related to this matter. GOVERNMENT EMPLOYEES INCLUDING EDUCATORS: Microsoft is committed to complying with government gift and ethics rules and therefore government and public sector employees are not eligible for this promotion. 24 | 25 | ## 5. HOW TO ENTER 26 | 27 | To enter, you simply have to finish the [Teams Learn Challenge](http://aka.ms/teamslearnchallenge) during the entry period. The first 35 challenge finishers will receive an Xbox Game Pass (first 10 receive a Xbox 12-Month Ultimate Pass and first 11 - 35 receive a Xbox 6-Month Game Pass). 1000 challenge finishers will be randomly selected by the relevant hosts and event organizers to win a FREE e-book. 28 | 29 | Participants may NOT engage or promote, as determined by us in our sole and absolute discretion, any content that: 30 | * is sexually explicit, unnecessarily violent or derogatory of any ethnic, racial, gender, religious, professional or age group; 31 | * is profane or pornographic; 32 | * promotes alcohol, illegal drugs, tobacco, firearms/weapons (or the use of any of the foregoing) or a political agenda; 33 | * is obscene or offensive; 34 | * defames, misrepresents or contains disparaging remarks about other people or companies; 35 | * communicates messages or images inconsistent with the positive images and/or good will with which we wish to associate; and/or 36 | * violates any law. 37 | 38 | We are not responsible for excess, lost, late, damaged, or incomplete entries. If disputed, entries will be deemed submitted by the authorised account holder of the email address, social media profile, or other method used to enter. 39 | 40 | ## 6. USE OF ENTRIES 41 | 42 | We are not claiming ownership rights to your participation of the challenge. However, by submitting an entry, you grant us an irrevocable, royalty-free, worldwide right and license to use, review, assess, test and otherwise analyse your entry and all its content in connection with this Contest and use your entry in any media whatsoever now known or later invented for any non-commercial or commercial purpose, including, but not limited to, the marketing, sale or promotion of Microsoft products or services, without further permission from you. You will not receive any compensation or credit for use of your entry, other than what is described in these Rules. 43 | 44 | By entering you acknowledge that the we may contact you about your challenge participation and engage with you about relevant content and opportunities. 45 | 46 | Your entry may be posted on a public website. We are not responsible for any unauthorised promotion of your participation by visitors to this website. We are not obligated to promote your entry for any purpose, even if it has been selected as a winning entry. 47 | 48 | ## 7. WINNER SELECTION AND NOTIFICATION 49 | 50 | This challenge is testing skills around Microsoft Teams and is dependant on speed, knowledge, and chance. 51 | 52 | The decisions of the hosts and event organizers are final and binding. If we do not receive a sufficient number of entries meeting the entry requirements, we may, at our discretion, select fewer winners than the number of Prizes described below or provide them to others that engaged in the event either live or on-demand. 53 | 54 | ## 8. PRIZES 55 | 56 | Prizes include: 57 | - XBox 12-Month Ultimate Game Passes: Be one of the first 10 to complete the Teams Learn Challenge and you will be entered to win a XBox 12-Month Ultimate Game Pass! The Teams Learn Challenge starts at 11:00 AM PT on December 16th and will be active for exactly 4 weeks. Learn more about [XBox Game Passes](https://www.xbox.com/en-US/xbox-game-pass). 58 | 59 | - Xbox 6-Month Game Passes: Be one of the first 11 - 35 to complete the Teams Learn Challenge and you will be entered to win a XBox 6-Month Game Pass! The Teams Learn Challenge starts at 11:00 AM PT on December 16th and will be active for exactly 4 weeks. Learn more about [XBox Game Passes](https://www.xbox.com/en-US/xbox-game-pass). 60 | 61 | - Up Your Genius by Bridget Quigg: Complete the Teams Learn Challenge and 1000 individuals will be randomly selected to win a copy of Bridget's e-book, [Up Your Genius: A Workbook Designed to Make You Believe You Are Creative!](https://www.amazon.com/Up-Your-Genius-Workbook-Designed/dp/B0875Z2WW4) The Teams Learn Challenge starts at 11:00 AM PT on December 16th and will be active for exactly 4 weeks. 62 | 63 | We will attempt to award one (1) prize(s) per winning entrant, but cannot guarantee one prize per person. If there are any regional limitations to either the Xbox Game Pass or e-book, we will not provide an alternate prize of the same value. No more than the stated number of prizes will be awarded. No substitution, transfer, or assignment of prize permitted. Prize winners may be required to complete and return prize claim and / or tax forms (“Forms”) within the deadline stated in the winner notification. The prize(s) may be considered a taxable benefit to the winner(s). Taxes on the prize, if any, are the sole responsibility of the winner, who is advised to seek independent counsel regarding the tax implications of accepting a prize. By accepting a prize, you agree that Microsoft may use your entry, name, image and hometown online and in print, or in any other media, in connection with this Contest without payment or compensation to you, except where prohibited by law. 64 | 65 | ## 9. GENERAL CONDITIONS AND RELEASE OF LIABILITY 66 | 67 | To the extent allowed by law, by entering you agree to release and hold harmless Microsoft and its respective parents, partners, subsidiaries, affiliates, employees and agents from any and all liability or any injury, loss or damage of any kind arising in connection with this Contest or any prize won. 68 | 69 | All local laws apply. The decisions of Microsoft are final and binding. Failure by Microsoft to exercise any of its rights contained within these Rules at any time does not constitute a waiver of those rights. 70 | 71 | These Rules do not, nor do they purport to, limit, exclude or modify any non-excludable statutory guarantees as provided under the Competition and Consumer Act 2010 (Cth), or any other warranties (whether express or implied) under any state or federal legislation which cannot be excluded. 72 | 73 | We reserve the right to cancel, change or suspend this Contest for any reason, including cheating, technology failure, catastrophe, war or any other unforeseen or unexpected event that affects the integrity of this Contest, whether human or mechanical. If the integrity of the Contest cannot be restored, we may select winners from among all eligible entries received before we had to cancel, change or suspend the Contest. 74 | 75 | If you attempt or we have strong reason to believe that you have compromised the integrity or the legitimate operation of this Contest by cheating, hacking, creating a bot or other automated program, or by committing fraud in any way, we may seek damages from you to the full extent of the law and you may be banned from participation in future Microsoft contests. 76 | 77 | We reserve the right to verify the validity of entries and to disqualify any entrant whom we believe has either tampered with the entry process or has submitted an entry that is not in accordance with these Rules. 78 | 79 | ## 10. WINNERS LIST 80 | 81 | We will be able to obtain the list of winners through the Cloud Skills Challenge platform. When prize winners are identified, a mail will be sent to you from the planning team to claim your prize. All prize communications will be complete by January 15, 2021. If you did not receive communication from the event team, then that means you were not granted a prize. We are not responsible for unread emails, spam email folders, accidently deleted mails, or other forms of loss. 82 | 83 | ## 11. PRIVACY 84 | 85 | At Microsoft, we are committed to protecting your privacy. Microsoft uses the information you provide to notify you of important information about our products, upgrades and enhancements, and to send you information about other Microsoft products and services. Microsoft will not share the information you provide with third parties without your permission except where necessary to complete the services, transactions, or prize delivery you have requested or participated in, or as required by law. Microsoft is committed to protecting the security of your personal information. We use a variety of security technologies and procedures to help protect your personal information from unauthorised access, use, or disclosure. Your personal information is never shared outside the company without your permission, except under conditions explained above. 86 | 87 | By entering this challenge, you consent to the use of your information as described in these Rules. You may access and/or change your data by following the procedures in Microsoft’s privacy policy, which is available at [www.microsoft.com/privacystatement](http://www.microsoft.com/privacystatement). 88 | 89 | If you believe that Microsoft has not adhered to this statement, please contact Microsoft by sending an email to [privrc@microsoft.com](mailto:privrc@microsoft.com) or postal mail to Microsoft Privacy Response Center, Microsoft Corporation, One Microsoft Way, Redmond, Washington, USA, 98052. 90 | 91 | ## 12. GOVERNING LAW 92 | 93 | This Contest will be governed by the laws of the State of Washington in the United States of America, and you consent to the exclusive jurisdiction of the courts of the State of Washington in the United States of America for any disputes arising out of this Contest. 94 | --------------------------------------------------------------------------------