Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googleworkspace/dotnet-samples
.NET samples for Google Workspace APIs
https://github.com/googleworkspace/dotnet-samples
dotnet google-workspace gsuite samples
Last synced: 3 months ago
JSON representation
.NET samples for Google Workspace APIs
- Host: GitHub
- URL: https://github.com/googleworkspace/dotnet-samples
- Owner: googleworkspace
- License: apache-2.0
- Created: 2018-03-27T00:42:41.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T22:15:12.000Z (over 1 year ago)
- Last Synced: 2024-07-29T18:35:46.762Z (6 months ago)
- Topics: dotnet, google-workspace, gsuite, samples
- Language: C#
- Homepage:
- Size: 370 KB
- Stars: 161
- Watchers: 19
- Forks: 140
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
.NET samples for [Google Workspace APIs](https://developers.google.com/gsuite/) docs.
## APIs
- [Classroom Quickstart](https://developers.google.com/classroom/quickstart/dotnet)
- [Calendar Quickstart](https://developers.google.com/calendar/api/quickstart/dotnet)
- [Drive V3 Quickstart](https://developers.google.com/drive/api/quickstart/dotnet)
- [Gmail Quickstart](https://developers.google.com/gmail/api/quickstart/dotnet)
- [Sheets Quickstart](https://developers.google.com/sheets/api/quickstart/dotnet)
- [Slides Quickstart](https://developers.google.com/slides/quickstart/dotnet)
- [Tasks Quickstart](https://developers.google.com/tasks/quickstart/dotnet)
- [Vault Quickstart](https://developers.google.com/vault/quickstart/dotnet)## Setting up Visual Studio for a Command Line Project
- File > New Project
- Console Project
- Project > Add NuGet Packages...
- Search for the Google API package## .NET Client Library
Google Workspace APIs use the [Google API .NET client library](https://github.com/google/google-api-dotnet-client).
## Contributing
Contributions welcome! See the [Contributing Guide](CONTRIBUTING.md).