Actions199
- Collections Actions
- Forms Actions
- Actions Capabilities Actions
- Activities Actions
- Attachments Actions
- Budgets Actions
- Categories Actions
- Custom Actions Actions
- Custom Options Actions
- Documents Actions
- File Links Actions
- View File Link
- Delete File Link
- Open File Link
- Download File Link
- List Project Storages
- Get Project Storage
- Open Project Storage
- Create Storage
- Get Storage
- Update Storage
- Delete Storage
- Get Storage Files
- Prepare Storage File Upload
- Create Storage Folder
- Create Storage Oauth Credentials
- Open Storage
- Create Work Package File Link
- List Work Package File Links
- Grids Actions
- Groups Actions
- Help Texts Actions
- Memberships Actions
- Query Filter Instance Schema Actions
- News Actions
- Notifications Actions
- O Auth 2 Actions
- Posts Actions
- Principals Actions
- Priorities Actions
- Query Columns Actions
- Query Filters Actions
- Query Operators Actions
- Query Sort Bys Actions
- Relations Actions
- Previewing Actions
- Revisions Actions
- Roles Actions
- Time Entries Actions
- Time Entry Activities Actions
- Types Actions
- User Preferences Actions
- Wiki Pages Actions
- Work Schedule Actions
- Meetings Actions
- Values Property Actions
- Projects Actions
- Queries Actions
- Users Actions
- Statuses Actions
- Versions Actions
- Work Packages Actions
- Get Project Work Package Collection
- Create Project Work Package
- List Work Package File Links
- Form Create Work Package In Project
- Project Available Assignees
- List Work Packages
- Create Work Package
- Form Create Work Package
- List Work Package Schemas
- View Work Package Schema
- Delete Work Package
- View Work Package
- Update Work Package
- List Work Package Activities
- Comment Work Package
- Work Package Available Assignees
- Available Projects For Work Package
- List Available Relation Candidates
- Available Watchers
- Create Work Package File Link
- Form Edit Work Package
- Revisions
- Reminders
- List Watchers
- Add Watcher
- Remove Watcher
- Views Actions
Overview
This node operation deletes a specified non-working day from a work schedule in the OpenProject system. It is useful for managing and updating project calendars by removing days that were previously marked as non-working, such as holidays or special leave days. For example, if a holiday was mistakenly added as a non-working day, this operation allows you to remove it to reflect accurate working schedules.
Properties
| Name | Meaning |
|---|---|
| Date | The date of the non-working day to delete, provided in ISO 8601 format (e.g., "2022-05-06"). This specifies which non-working day entry will be removed from the work schedule. |
Output
The output JSON typically contains confirmation details about the deletion operation. This may include status messages or identifiers confirming that the specified non-working day was successfully deleted. The node does not output binary data.
Dependencies
- Requires an API key credential to authenticate with the OpenProject API.
- The node depends on the OpenProject REST API endpoint for managing work schedules.
- Proper configuration of the base URL for the OpenProject instance is necessary in the node credentials.
Troubleshooting
- Common issues:
- Providing an invalid or incorrectly formatted date string can cause the operation to fail.
- Attempting to delete a non-working day that does not exist may result in an error or no action.
- Authentication failures due to missing or incorrect API credentials.
- Error messages:
- Errors related to authorization usually indicate problems with the API key or permissions.
- Validation errors often point to incorrect date formats; ensure the date is in ISO 8601 format.
- Resolutions:
- Verify the date format and existence of the non-working day before attempting deletion.
- Check API credentials and permissions.
- Confirm the OpenProject base URL is correctly set in the node credentials.