Enrichir Agenda avec des modules complémentaires Google Workspace
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Google Agenda fournit des outils puissants qui permettent aux utilisateurs de créer, de gérer et de partager des événements et des informations d'agenda. Toutefois, la gestion efficace de calendriers complexes peut prendre beaucoup de temps, car l'utilisateur doit afficher, créer, modifier et partager des événements individuels, en particulier s'il doit importer ou exporter des informations sur les événements depuis d'autres applications.
Vous pouvez faire gagner du temps et des efforts à vos utilisateurs en étendant Google Agenda avec des modules complémentaires Google Workspace. Lorsque vous créez un module complémentaire Google Workspace, vous pouvez définir des interfaces personnalisées qui sont insérées directement dans Google Agenda, exactement là où l'utilisateur en a besoin. Ces interfaces permettent d'automatiser les tâches d'agenda, de présenter des informations supplémentaires à l'utilisateur ou de lui permettre d'interagir avec un système tiers sans avoir à passer à un nouvel onglet de navigateur.
Les modules complémentaires Google Workspace peuvent définir les types d'extensions suivants dans Google Agenda :
Les modules complémentaires Google Workspace sont créés à l'aide d'Apps Script, et leurs interfaces sont définies à l'aide du service Card d'Apps Script. Pour obtenir une présentation, consultez Créer des modules complémentaires Google Workspace. Le comportement des modules complémentaires Google Workspace est configuré à l'aide d'un manifeste, qui inclut des sections spécifiques à Agenda.
Lorsque vous configurez votre module complémentaire Google Workspace pour étendre Google Agenda, vous devez choisir les interfaces à créer pour votre module complémentaire et les actions qu'il peut effectuer. Pour en savoir plus, consultez les guides suivants :
Si vous gérez un système de visioconférence, consultez Présentation des visioconférences tierces pour savoir comment intégrer vos types de visioconférence dans Google Agenda.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/08/29 (UTC).
[null,null,["Dernière mise à jour le 2025/08/29 (UTC)."],[[["\u003cp\u003eGoogle Workspace add-ons extend Google Calendar to automate tasks and streamline workflows, saving users time and effort.\u003c/p\u003e\n"],["\u003cp\u003eAdd-ons provide custom interfaces within Google Calendar for seamless user interaction without switching applications.\u003c/p\u003e\n"],["\u003cp\u003eThese extensions offer non-contextual homepages, contextual interfaces triggered by event interactions, and custom conferencing solutions.\u003c/p\u003e\n"],["\u003cp\u003eAdd-ons are built using Apps Script and configured with a manifest, allowing for flexible integration and functionality.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can build various interfaces and actions within their add-ons, enhancing the user experience within Google Calendar.\u003c/p\u003e\n"]]],["Google Workspace add-ons extend Google Calendar by inserting custom interfaces directly into the platform. These add-ons automate tasks, display extra information, and allow users to interact with third-party systems without switching tabs. Add-ons offer non-contextual homepages and contextual interfaces for viewing/editing events. Users can also utilize custom conferencing solutions. Add-ons are built using Apps Script and Card service, and are configured via a manifest. Developers can create specific interfaces and define actions, and can integrate third-party conferencing systems.\n"],null,["# Extending Calendar with Google Workspace add-ons\n\nGoogle Calendar provides powerful tools that enable users to create, manage,\nand share event and calendar details. However, effectively managing complex\ncalendars can take a lot of time as the user views, creates, updates, and\nshares individual events, particularly if the user must import or export\nevent information from other applications.\n\nYou can save time and effort for your users by extending Google Calendar with\nGoogle Workspace add-ons. When you build a\nGoogle Workspace add-on, you can define custom\ninterfaces that are inserted directly into Google Calendar, exactly where the\nuser needs them. These interfaces help automate calendar tasks, present\nadditional information to the user, or let the user interact with a third-party\nsystem without having to switch to a new browser tab.\n\nGoogle Workspace add-ons can define the following kinds\nof extensions within Google Calendar:\n\n- Non-contextual [homepages](/workspace/add-ons/concepts/homepages)\n- Contextual interfaces that appear when users click on an event in the calendar view.\n- Contextual interfaces that appear when users open an event to view or edit it.\n- Custom [conferencing solutions](/workspace/add-ons/calendar/conferencing/overview#conference_solutions) for Google Calendar events (see [Third-party conferencing overview](/workspace/add-ons/calendar/conferencing/overview) for details).\n\n| **Note:** You can't yet use Calendar add-ons on mobile clients.\n\nSee what you can make\n---------------------\n\nGoogle Workspace add-ons are built using\n[Apps Script](/apps-script), and their interfaces defined using the Apps Script\n[Card service](/apps-script/reference/card-service). See\n[Building Google Workspace add-ons](/workspace/add-ons/how-tos/building-workspace-addons)\nfor an overview. Google Workspace add-on behavior is\nconfigured using a\n[manifest](/workspace/add-ons/concepts/workspace-manifests), which includes\nCalendar-specific sections.\n\nWhen configuring your Google Workspace add-on to\nextend Google Calendar, you must decide what interfaces to create for your\nadd-on and what actions it can take. See the following guides for more\ninformation:\n\n- [Building Google Calendar interfaces](/workspace/add-ons/calendar/building-calendar-interfaces)\n- [Calendar actions](/workspace/add-ons/calendar/calendar-actions)\n- [Manifests](/workspace/add-ons/concepts/workspace-manifests#manifest-structure)\n\nIf you maintain a conferencing system, see\n[Third-party conferencing overview](/workspace/add-ons/calendar/conferencing/overview)\nfor details on how to integrate your conference types within Google Calendar."]]