Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).