We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce89b7 commit 57921e7Copy full SHA for 57921e7
Project/Sources/Classes/GoogleCalendar.4dm
@@ -22,8 +22,7 @@ Function getCalendar($inID : Text) : Object
22
// GET https://www.googleapis.com/calendar/v3/users/me/calendarList/calendarId
23
24
var $response : Variant:=Null
25
- Super._throwErrors(False)
26
-
+
27
Case of
28
: (Type($inID)#Is text)
29
Super._throwError(10; {which: "\"calendarId\""; function: "google.calendar.getCalendar"})
@@ -37,8 +36,6 @@ Function getCalendar($inID : Text) : Object
37
36
38
End case
39
40
- Super._throwErrors(True)
41
42
return $response
43
44
0 commit comments