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 attaches files to a specific calendar entry in the HumHub platform. It is useful for scenarios where users want to upload and associate multiple files with a calendar event, such as attaching meeting agendas, presentations, or related documents to an event entry.
Use Case Examples
- Attach multiple files from binary data properties to a calendar entry by specifying the calendar entry ID and the binary property names containing the files.
- Use Basic Auth or JWT Token for authentication to securely upload files to the calendar entry.
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 to which files will be attached. |
| Files | Collection of files to attach, each specified by the binary property name containing the file data. |
Output
JSON
id- The ID of the calendar entry to which files were attached.files- Details of the files that were attached to the calendar entry.
Dependencies
- HumHub API
Troubleshooting
- Error 'No binary data exists on item!' occurs if the input item does not contain any binary data. Ensure the input item has binary data before attaching files.
Error 'Binary data property "" does not exist!' occurs if the specified binary property name does not exist in the input item. Verify the binary property names are correct and exist in the input data.
Links
- HumHub Calendar API Documentation - Official API documentation for managing calendar entries and attaching files in HumHub.
