HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node operation deletes a calendar entry in the HumHub platform by its ID. It is useful for automating the removal of specific calendar events, for example, when an event is canceled or no longer relevant.

Use Case Examples

  1. Deleting a calendar entry by specifying its unique ID to keep the calendar up to date.
  2. Automating cleanup of outdated or incorrect calendar entries in a HumHub workspace.

Properties

Name Meaning
Authentication Method of authentication to use for the API request, either Basic Auth or JWT Token.
ID The unique identifier of the calendar entry to delete.

Output

JSON

  • id - The ID of the deleted calendar entry, confirming successful deletion.
  • status - Status message or code indicating the result of the delete operation.

Dependencies

  • Requires authentication credentials: either Basic Auth or JWT Token for HumHub API.

Troubleshooting

  • If the ID is missing or invalid, the API will return an error indicating the calendar entry could not be found.
  • Authentication errors may occur if credentials are incorrect or missing; ensure the correct authentication method and credentials are provided.
  • Network or API endpoint issues may cause request failures; verify connectivity and API availability.

Links

Discussion