Add meeting operations

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-12-02 15:42:46 +01:00
parent 178674ff99
commit 45abd2a57f
8 changed files with 704 additions and 0 deletions

View File

@@ -92,6 +92,11 @@ export class Probo implements INodeType {
value: 'measure',
description: 'Manage measures',
},
{
name: 'Meeting',
value: 'meeting',
description: 'Manage meetings',
},
{
name: 'Organization',
value: 'organization',