@henry2323/n8n-nodes-calendar-tool-wrapper 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ class CalendarToolWrapperX {
|
|
8
8
|
description = {
|
9
9
|
displayName: 'Calendar Tool Wrapper X',
|
10
10
|
name: 'calendarToolWrapperX',
|
11
|
-
icon: 'file:RunKeys.svg',
|
11
|
+
// icon: 'file:RunKeys.svg', // Removed icon property
|
12
12
|
group: ['ai'],
|
13
13
|
version: 1.2,
|
14
14
|
description: 'Wraps Microsoft Calendar Tool for AI operations',
|
@@ -100,7 +100,7 @@ class CalendarToolWrapperX {
|
|
100
100
|
[], // Empty main output
|
101
101
|
[{
|
102
102
|
json: {
|
103
|
-
tool:
|
103
|
+
tool: CalendarToolWrapperX.prototype.description.aiTool?.name, // Modified line
|
104
104
|
parameters: { calendarId, returnAll },
|
105
105
|
toolOutput
|
106
106
|
}
|