Class Index
java.lang.Object
com.ringcentral.paths.teammessaging.v1.groups.events.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Returns a list of calendar events available for the current user within the specified group.path()
post
(TMCreateEventRequest tMCreateEventRequest) Creates a new calendar event within the specified group.
-
Field Details
-
rc
-
parent
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
get
Returns a list of calendar events available for the current user within the specified group. Users can only see their personal tasks and public tasks. HTTP Method: get Endpoint: /team-messaging/v1/groups/{groupId}/events Rate Limit Group: Medium App Permission: TeamMessaging- Throws:
RestException
IOException
-
post
public TMEventInfo post(TMCreateEventRequest tMCreateEventRequest) throws RestException, IOException Creates a new calendar event within the specified group. HTTP Method: post Endpoint: /team-messaging/v1/groups/{groupId}/events Rate Limit Group: Medium App Permission: TeamMessaging- Throws:
RestException
IOException
-