HumHub icon

HumHub

Consume HumHub API (v.0.1.8)

Actions126

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

  1. Automatically mark a participant as 'accepted' for a calendar event when they confirm attendance via another system.
  2. 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

Discussion