fr.json•3.64 kB
{
  "Calendar software by Microsoft": "Logiciel de calendrier par Microsoft",
  "\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n   - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n   - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and ad": "\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n   - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n   - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and add the given URL.\n8. Click **Register**.\n9. After registration, you’ll be redirected to the app’s overview page. Copy the **Application (client) ID**.\n10. From the left menu, go to **Certificates & secrets**.\n    - Under **Client secrets**, click **New client secret**.\n    - Provide a description, set an expiry, and click **Add**.\n    - Copy the **Value** of the client secret (this will not be shown again).\n11. Go to **API permissions** from the left menu.\n    - Click **Add a permission**.\n    - Select **Microsoft Graph** → **Delegated permissions**.\n    - Add the following scopes:\n\t    - Calendars.ReadWrite\n\t    - offline_access\n\t    - User.Read\n    - Click **Add permissions**.\n12. Copy your **Client ID** and **Client Secret**.\n",
  "Create a new event in a calendar": "Créer un nouvel événement dans un calendrier",
  "Delete an event in a calendar": "Supprimer un événement dans un calendrier",
  "List events in a calendar": "Lister les événements dans un calendrier",
  "Custom API Call": "Appel API personnalisé",
  "Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
  "Calendar": "Calendrier",
  "Title of the event": "Titre de l'événement",
  "Start date time of the event": "Date de début de l'événement",
  "End date time of the event": "Date de fin de l'événement",
  "Timezone": "Fuseau horaire",
  "Location": "Localisation",
  "Event ID": "ID de l'événement",
  "Filter": "Filtre",
  "Method": "Méthode",
  "Headers": "En-têtes",
  "Query Parameters": "Paramètres de requête",
  "Body": "Corps",
  "Response is Binary ?": "La réponse est Binaire ?",
  "No Error on Failure": "Aucune erreur en cas d'échec",
  "Timeout (in seconds)": "Délai d'attente (en secondes)",
  "By default it'll be 30 min post start time": "Par défaut, il sera de 30 minutes de début du post",
  "Search query filter, see: https://learn.microsoft.com/en-us/graph/filter-query-parameter": "Filtre de requête de recherche, voir : https://learn.microsoft.com/en-us/graph/filter-query-parameter",
  "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
  "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
  "GET": "OBTENIR",
  "POST": "POSTER",
  "PATCH": "PATCH",
  "PUT": "EFFACER",
  "DELETE": "SUPPRIMER",
  "HEAD": "HEAD"
}