Actions126
- User Actions
- Group Actions
- Content Actions
- Post Actions
- Comment Actions
- Like Actions
- Activity Actions
- Notification Actions
- Space Actions
- Calendar Actions
- CFile Directory Actions
- CFile Actions
- CFile Item Management Actions
- Survey Actions
- Task Actions
- Task List Actions
- Wiki Page Actions
- Mail Conversation Actions
- Mail Entry Actions
- Mail Recipient Actions
- Session Actions
- File Actions
- Space Membership Actions
- Topic Actions
- Survey Answer Actions
- Survey Answers Actions
- Wiki Page Revision Actions
- Mail Tag Actions
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
- Deleting a calendar entry by specifying its unique ID to keep the calendar up to date.
- 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
- HumHub Calendar API Documentation - Official API documentation for managing calendar entries in HumHub, including delete operations.
