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:
RestExceptionIOException
-
list
- Throws:
RestExceptionIOException
-
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:
RestExceptionIOException
-
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:
RestExceptionIOException
-
put
Updates the specified calendar event. HTTP Method: put Endpoint: /team-messaging/v1/events/{eventId} Rate Limit Group: Medium App Permission: TeamMessaging- Throws:
RestExceptionIOException
-
delete
Deletes the specified calendar event. HTTP Method: delete Endpoint: /team-messaging/v1/events/{eventId} Rate Limit Group: Medium App Permission: TeamMessaging- Throws:
RestExceptionIOException
-