public class CalendarAcl extends Object
| 构造器和说明 |
|---|
CalendarAcl(Config config) |
public CalendarAcl(Config config)
public CreateCalendarAclResp create(CreateCalendarAclReq req, RequestOptions reqOptions) throws Exception
当前身份需要有日历的 owner 权限,并且日历的类型只能为 primary 或 shared。 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-acl/create ;
Exceptionpublic CreateCalendarAclResp create(CreateCalendarAclReq req) throws Exception
当前身份需要有日历的 owner 权限,并且日历的类型只能为 primary 或 shared。 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-acl/create ;
Exceptionpublic DeleteCalendarAclResp delete(DeleteCalendarAclReq req, RequestOptions reqOptions) throws Exception
当前身份需要有日历的 owner 权限,并且日历的类型只能为 primary 或 shared。 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-acl/delete ;
Exceptionpublic DeleteCalendarAclResp delete(DeleteCalendarAclReq req) throws Exception
当前身份需要有日历的 owner 权限,并且日历的类型只能为 primary 或 shared。 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-acl/delete ;
Exceptionpublic ListCalendarAclResp list(ListCalendarAclReq req, RequestOptions reqOptions) throws Exception
当前身份需要有日历的 owner 权限,并且日历的类型只能为 primary 或 shared。 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-acl/list ;
Exceptionpublic ListCalendarAclResp list(ListCalendarAclReq req) throws Exception
当前身份需要有日历的 owner 权限,并且日历的类型只能为 primary 或 shared。 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-acl/list ;
Exceptionpublic SubscriptionCalendarAclResp subscription(SubscriptionCalendarAclReq req, RequestOptions reqOptions) throws Exception
用户必须对日历有访问权限。 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-acl/subscription ;
Exceptionpublic SubscriptionCalendarAclResp subscription(SubscriptionCalendarAclReq req) throws Exception
用户必须对日历有访问权限。 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-acl/subscription ;
Exceptionpublic UnsubscriptionCalendarAclResp unsubscription(UnsubscriptionCalendarAclReq req, RequestOptions reqOptions) throws Exception
用户必须对日历有访问权限。 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-acl/unsubscription ;
Exceptionpublic UnsubscriptionCalendarAclResp unsubscription(UnsubscriptionCalendarAclReq req) throws Exception
用户必须对日历有访问权限。 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-acl/unsubscription ;
ExceptionCopyright © 2024. All rights reserved.