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 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
- Deleting all calendar entries in a project container to reset the schedule.
- 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
- HumHub Calendar API Documentation - Official API documentation for calendar operations in HumHub, including deleting calendar entries by container.
