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 removes a file from a specific calendar entry in the HumHub platform. It is useful for managing calendar attachments by deleting unwanted or outdated files associated with calendar events. For example, if a calendar event has an attached document that is no longer relevant, this operation can remove that file by specifying the calendar entry ID and the file ID.
Use Case Examples
- Removing an outdated agenda file from a calendar event by providing the calendar entry ID and the file ID to be removed.
- Cleaning up attachments from calendar entries to keep event data organized.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for the API request (Basic Auth or JWT Token). |
| ID | The ID of the calendar entry from which the file will be removed. |
| File ID | The ID of the file to remove from the specified calendar entry. |
Output
JSON
id- The ID of the calendar entry from which the file was removed.fileId- The ID of the file that was removed.result- The result or response from the API confirming the file removal.
Dependencies
- HumHub API
Troubleshooting
- Ensure the calendar entry ID and file ID are correct and exist in the HumHub system to avoid errors.
- Check that the authentication credentials (Basic Auth or JWT Token) are valid and have the necessary permissions to modify calendar entries.
- If the node throws an error about missing binary data, verify that the input data contains the required properties and that the file ID is correctly specified.
Links
- HumHub Calendar API Documentation - Official API documentation for managing calendar entries and files in HumHub.
