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 allows changing the participation status of a user in a calendar entry within the HumHub platform. It is useful for managing event attendance by updating whether a participant accepts, declines, maybe attends, or is removed from the participant list. For example, it can be used to automate responses to calendar invitations or update participant statuses programmatically.
Use Case Examples
- Automatically mark a participant as 'accepted' for a calendar event when they confirm attendance via another system.
- Remove a participant from a calendar event when they cancel their attendance through an integrated workflow.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate API requests, either Basic Auth or JWT Token. |
| ID | The unique identifier of the calendar entry to modify. |
| Type | The type of change to apply to the participant's status in the calendar entry. |
Output
JSON
response- The API response confirming the participant status change or error details.
Dependencies
- Requires authentication credentials for HumHub API, either Basic Auth or JWT Token.
Troubleshooting
- Ensure the calendar entry ID is valid and exists; otherwise, the API will return an error.
- Verify that the authentication credentials are correct and have sufficient permissions to modify calendar entries.
- The 'Type' parameter must be one of the specified values (0, 1, 2, or 3); incorrect values may cause the request to fail.
Links
- HumHub Calendar API Documentation - Official API documentation for calendar operations including participant management.
