Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
GoogleAddCalendar | GoogleAddCalendar | google-calendar-workitem | mvel: new org.jbpm.process.workitem.google.calendar.AddCalendarWorkitemHandler("appName", "clentSecret") |
Name | Type | Required |
---|---|---|
CalendarSummary | new StringDataType() | true |
Name | Type |
---|---|
Calendar | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | google-calendar-workitem | 7.75.0-SNAPSHOT |
Auth Required | Params | Params Description | Reference Site |
---|---|---|---|
true |
appName clentSecret |
Google app name Google client secret |
https://developers.google.com/calendar/auth |
Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
GoogleGetCalendars | GoogleGetCalendars | google-calendar-workitem | mvel: new org.jbpm.process.workitem.google.calendar.GetCalendarsWorkitemHandler("appName", "clentSecret") |
Name | Type |
---|---|
AllCalendars | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | google-calendar-workitem | 7.75.0-SNAPSHOT |
Auth Required | Params | Params Description | Reference Site |
---|---|---|---|
true |
appName clentSecret |
Google app name Google client secret |
https://developers.google.com/calendar/auth |
Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
GoogleGetEvents | GoogleGetEvents | google-calendar-workitem | mvel: new org.jbpm.process.workitem.google.calendar.GetEventsWorkitemHandler("appName", "clentSecret") |
Name | Type | Required |
---|---|---|
CalendarSummary | new StringDataType() | true |
Name | Type |
---|---|
AllEvents | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | google-calendar-workitem | 7.75.0-SNAPSHOT |
Auth Required | Params | Params Description | Reference Site |
---|---|---|---|
true |
appName clentSecret |
Google app name Google client secret |
https://developers.google.com/calendar/auth |
Name | Display Name | Category | Description | Handler |
---|---|---|---|---|
GoogleAddEvent | GoogleAddEvent | google-calendar-workitem | mvel: new org.jbpm.process.workitem.google.calendar.AddEventWorkitemHandler("appName", "clentSecret") |
Name | Type | Required |
---|---|---|
CalendarSummary | new StringDataType() | true |
EventSummary | new StringDataType() | true |
EventStart | new StringDataType() | false |
EventEnd | new StringDataType() | false |
EventCreator | new StringDataType() | false |
EventAttendees | new StringDataType() | false |
Name | Type |
---|---|
Event | new StringDataType() |
Group | Artifact | Version |
---|---|---|
org.jbpm.contrib | google-calendar-workitem | 7.75.0-SNAPSHOT |
Auth Required | Params | Params Description | Reference Site |
---|---|---|---|
true |
appName clentSecret |
Google app name Google client secret |
https://developers.google.com/calendar/auth |