HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

Overview

This node operation deletes all calendar entries within a specified content container in the HumHub platform. It is useful for bulk removal of calendar data associated with a particular container, such as clearing all events related to a project or group space. For example, if a user wants to remove all calendar events from a specific project container, this operation will perform that action efficiently.

Use Case Examples

  1. Deleting all calendar entries in a project container to reset the schedule.
  2. Removing all events from a group calendar before archiving the group.

Properties

Name Meaning
Authentication Method of authentication to use for the API request, either Basic Auth or JWT Token.
ID The ID of the content container from which all calendar entries will be deleted.

Output

JSON

  • id - ID of the deleted calendar container or confirmation of deletion.
  • status - Status of the delete operation, indicating success or failure.

Dependencies

  • Requires an API key credential for authentication, either Basic Auth or JWT Token.

Troubleshooting

  • Ensure the content container ID is valid and exists; otherwise, the API may return an error indicating the container was not found.
  • Authentication errors may occur if the provided credentials are incorrect or expired; verify the API key or token is valid.
  • The node may throw errors if the user does not have sufficient permissions to delete calendar entries in the specified container.

Links

Discussion