Class Index
java.lang.Object
com.ringcentral.paths.teammessaging.v1.events.Index
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondelete()
Deletes the specified calendar event.get()
Returns the specified calendar event(s) by ID(s).list()
list
(ReadGlipEventsNewParameters queryParams) Returns all calendar events created by the current user.path()
post
(TMCreateEventRequest tMCreateEventRequest) Creates a new calendar event.put
(TMCreateEventRequest tMCreateEventRequest) Updates the specified calendar event.
-
Field Details
-
rc
-
parent
-
eventId
-
-
Constructor Details
-
Index
-
-
Method Details
-
path
-
path
-
list
Returns all calendar events created by the current user. HTTP Method: get Endpoint: /team-messaging/v1/events Rate Limit Group: Medium App Permission: TeamMessaging- Throws:
RestException
IOException
-
list
- Throws:
RestException
IOException
-
post
public TMEventInfo post(TMCreateEventRequest tMCreateEventRequest) throws RestException, IOException Creates a new calendar event. HTTP Method: post Endpoint: /team-messaging/v1/events Rate Limit Group: Medium App Permission: TeamMessaging- Throws:
RestException
IOException
-
get
Returns the specified calendar event(s) by ID(s). HTTP Method: get Endpoint: /team-messaging/v1/events/{eventId} Rate Limit Group: Medium App Permission: TeamMessaging- Throws:
RestException
IOException
-
put
Updates the specified calendar event. HTTP Method: put Endpoint: /team-messaging/v1/events/{eventId} Rate Limit Group: Medium App Permission: TeamMessaging- Throws:
RestException
IOException
-
delete
Deletes the specified calendar event. HTTP Method: delete Endpoint: /team-messaging/v1/events/{eventId} Rate Limit Group: Medium App Permission: TeamMessaging- Throws:
RestException
IOException
-