Iván Ovejero
0dcaccefa7
✨ GoToWebinar node (#1422)
* Create scaffolding for node
* Add SVG logo
* Create scaffolding for generic functions
* Add index for descriptions
* Simplify retrieval of details
* Introduce minor fixes in generic functions
* Add attendee description
* Fix attendee description operation
* Add coorganizer description
* Add panelist description
* Add registrant description
* Add session description
* Add webinar description
* Register node and credentials
* Add scaffolding for credentials
* Minor creds fixes
* Fix SVG icon size and position
* Fix capitalization in description
* Fix credentials connection
* Add attendee fields
* Populate webinar description
* Remove organizer key from params
* Add timezones array constant
* Implement webinar:create
* Implement webinar:delete
* Convert times to fixed collection
* Add missing segments to endpoints
* Fix webinar:update operation
* Implement all-items request
* Add params for session:getAll
* Add params for webinar:getAll
* Implement session:getAll and webinar:getAll
* Implement session:get and session:getDetails
* Implement coorganizer:create
* Implement coorganizer:delete
* Implement coorganizer:getAll
* Implement coorganizer:delete
* Refactor time range for getAll operations
* Implement coorganizer:reinvite
* Implement panelist:create and panelist:getAll
* Implement panelist:delete and panelist:reinvite
* Remove array body helper types
* Implement registrant:create and registrant:getAll
* Implement registrant:delete
* Prettify error handling
* Add returnAll toggle and limit for all operations
* Preload webinars
* Preload webinar key in more fields
* Refactor getAll as handler
* Add descriptions for session
* Add descriptions for attendee
* Add descriptions for co-organizer
* Add descriptions for panelist
* Add descriptions for registrant
* Add descriptions for webinar
* Add 403 check for refresh token
* Fix defaults for webinar loader
* Add descriptions for webinar types
* ⚡ Improvements
* Remove unneeded return type annotation
* Add handler for continue on fail
* Remove 403 check in error handler
The Go To Webinar API returns 403 for a range of various errors, so this check ended up overriding more specific error messages not related to 403 Forbidden errors.
* Remove logging
* ⚡ Small improvement
* ⚡ Minor improvements
* ⚡ Improvements
* ⚡ Minor improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-22 08:49:00 +01:00
..
2021-01-07 14:16:52 +01:00
2021-01-12 12:40:49 +01:00
2021-02-20 18:55:57 +01:00
2020-12-15 16:56:28 +01:00
2020-12-12 08:30:25 +01:00
2021-02-13 17:46:35 +01:00
2021-01-28 19:00:47 +01:00
2020-12-23 12:48:53 +01:00
2021-01-05 08:46:07 +01:00
2021-02-20 21:12:55 +01:00
2020-11-10 18:28:03 +01:00
2020-11-10 18:28:03 +01:00
2020-12-08 08:40:29 +01:00
2020-12-08 08:40:29 +01:00
2021-01-27 09:02:20 +01:00
2021-01-27 09:02:20 +01:00
2021-01-05 19:16:25 +01:00
2021-02-03 08:15:41 +01:00
2020-11-19 09:04:20 +01:00
2020-11-19 07:47:26 +01:00
2020-11-19 07:47:26 +01:00
2020-11-11 15:46:52 +01:00
2021-02-22 08:49:00 +01:00
2020-11-24 14:15:47 +01:00
2020-11-24 14:15:47 +01:00
2021-02-01 08:31:40 +01:00
2020-11-18 23:58:41 +01:00
2020-12-03 08:05:54 +01:00
2020-11-11 16:08:30 +01:00
2020-11-24 23:30:43 +01:00
2021-01-27 09:02:20 +01:00
2020-11-17 07:36:12 +01:00
2021-01-27 09:02:20 +01:00
2021-01-11 00:09:58 +01:00
2020-11-10 23:30:03 +01:00
2021-02-04 10:13:48 +01:00
2020-12-10 11:30:13 +01:00
2021-01-07 13:43:42 +01:00
2021-02-07 21:44:20 +01:00
2021-01-02 20:16:18 +01:00
2021-01-27 09:02:20 +01:00
2021-02-14 17:56:34 +01:00
2020-11-25 11:44:50 +01:00
2020-12-24 13:03:44 +01:00
2020-11-25 13:09:58 +01:00
2021-02-13 17:27:08 +01:00
2020-12-23 08:05:02 +01:00
2021-02-04 09:37:03 +01:00
2021-02-04 08:21:06 +01:00
2021-01-20 00:16:25 +01:00
2020-11-12 19:26:03 +01:00
2020-11-04 13:21:49 +01:00
2020-12-13 10:47:52 +01:00
2020-12-10 10:17:16 +01:00
2020-11-24 23:19:41 +01:00
2021-02-07 17:38:37 +01:00
2020-11-16 10:35:09 +01:00
2021-02-05 09:25:41 +01:00
2020-12-12 08:29:38 +01:00
2021-01-31 18:57:03 +01:00
2020-12-10 11:09:38 +01:00
2021-02-04 09:58:33 +01:00
2020-12-19 18:22:41 +01:00
2020-12-02 23:13:59 +01:00
2021-01-27 09:02:20 +01:00