Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/powerbi/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Api 如何访问辅助日历事件?_Api_Graph_Calendar_Office365api - Fatal编程技术网

Api 如何访问辅助日历事件?

Api 如何访问辅助日历事件?,api,graph,calendar,office365api,Api,Graph,Calendar,Office365api,这可能很容易,但我不知道如何使用Graph API访问辅助日历的事件 这一行提供了可用日历的列表 var calendarList=graphClient.Me.Calendars.Request().GetAsync() 我想要的日历在索引3中。。。。。 但是 calendarList[3]。事件为null,也没有Request()或GetAsync()之类的方法 这很奇怪 所以我的问题是如何访问辅助日历的事件 有什么建议吗 问候

这可能很容易,但我不知道如何使用Graph API访问辅助日历的事件

这一行提供了可用日历的列表 var calendarList=graphClient.Me.Calendars.Request().GetAsync()

我想要的日历在索引3中。。。。。 但是

calendarList[3]。事件为null,也没有Request()或GetAsync()之类的方法 这很奇怪

所以我的问题是如何访问辅助日历的事件

有什么建议吗

问候