Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
In der Referenzdokumentation in diesem Abschnitt werden die verschiedenen Apps Script-Dienste und Projektressourcen beschrieben.
Apps Script-Dienste
Apps Script-Dienste bieten Möglichkeiten für Ihr Skript, auf Daten in Google- und externen Systemen zuzugreifen. Diese Dienste sind in die Apps Script-Umgebung integriert, sodass Sie sie nicht importieren oder Autorisierungssteuerungen selbst implementieren müssen. Dienste werden als globale Objekte mit zugehörigen Methoden ausgedrückt, ähnlich wie JavaScript-Objekte wie Math.
Zu den Apps Script-Diensten gehören:
Google-Dienste sind Dienste, mit denen Sie auf die Daten von Google Workspace-Apps wie Drive, Gmail und Sheets sowie auf andere Google-Apps wie Maps und Translate zugreifen können.
Hilfsdienste sind Dienste, die nicht mit einem bestimmten Google-Produkt verknüpft sind. Damit können Sie beispielsweise Informationen protokollieren, HTML erstellen oder Daten komprimieren.
Erweiterte Dienste
Einige Google-Dienste werden als erweiterter Dienst angeboten. Ein erweiterter Dienst ist ein Apps Script-Dienst, mit dem Sie auf Google-Produkt-APIs zugreifen können, einschließlich, aber nicht beschränkt auf die Google Workspace-Produkt-APIs.
Ein erweiterter Google-Dienst ist im Grunde ein Thin Wrapper um eine API und keine API selbst. Weitere Informationen finden Sie unter Erweiterte Google-Dienste.
Ressourcen für Scriptprojekte
Script-Projektressourcen enthalten Informationen zu Ihrem Apps Script-Projekt, damit es erfolgreich ausgeführt werden kann. Zu den Projektressourcen gehören Informationen zur Manifestkonfiguration, zu Automatisierungstriggern und zu Kontingenten.
Ressourcen für Google Workspace-Add-ons
Sie müssen nur auf Add‑on-Ressourcen verweisen, wenn Sie ein Google Workspace-Add‑on erstellen.
Apps Script API
Verwenden Sie diese Ressourcen, wenn Sie Apps Script-Projekte programmatisch mit der Apps Script API erstellen, ändern oder bereitstellen möchten.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-08-31 (UTC)."],[[["\u003cp\u003eApps Script offers built-in services enabling interaction with Google and external systems, including Google Workspace apps and utilities for tasks like logging and HTML creation.\u003c/p\u003e\n"],["\u003cp\u003eAdvanced Google services provide access to Google product APIs, including those for Google Workspace products, acting as simplified wrappers for these APIs.\u003c/p\u003e\n"],["\u003cp\u003eApps Script projects utilize resources like manifest configurations, triggers, and quotas to ensure proper functionality.\u003c/p\u003e\n"],["\u003cp\u003eGoogle Workspace Add-on resources are specifically for developing add-ons, while the Apps Script API enables programmatic management of Apps Script projects.\u003c/p\u003e\n"]]],[],null,["# Reference overview\n\nThe reference documentation provided in this section describes the various\nApps Script services and project resources.\n\nApps Script services\n--------------------\n\nApps Script services provide ways for your script to access data\non\nGoogle and external systems. These services are built into the\nApps Script\nenvironment so you don't have to import them or implement authorization\ncontrols yourself. Services are expressed as global objects with associated\nmethods, similar to JavaScript objects such as `Math`.\n\nApps Script services include:\n\n- **Google services** are services that let\n you access the data of Google Workspace\n apps, such as Drive, Gmail, and Sheets, and other Google apps such as Maps and\n Translate.\n\n- **Utility services** are services that aren't connected to a\n particular Google product. They let you do\n things like log information, create HTML, compress data, and more.\n\n### Advanced services\n\nSome Google services are offered as an *advanced service* . An advanced service\nis an Apps Script service that lets you access Google product\nAPIs, including\nbut not limited to the Google Workspace product APIs.\nAn advanced Google service is basically a thin wrapper around an API, and isn't\nan API itself. For more details, see [Advanced Google\nservices](/apps-script/guides/services/advanced).\n\nScript project resources\n------------------------\n\nScript project resources provide information about your\nApps Script\nproject to help it run successfully. Project resources include information about\nmanifest configuration, automation triggers, and quotas.\n\nGoogle Workspace add-on resources\n---------------------------------\n\nYou only need to refer to add-on resources if you're building a\n[Google Workspace add-on](/workspace/add-ons/concepts/types#google-workspace-add-ons).\n\nApps Script API\n---------------\n\nUse these resources if you want to programmatically create, modify, or deploy\nApps Script projects using the [Apps Script\nAPI](/apps-script/api/concepts)."]]