Microsoft Graph提取会议历史记录数据的最佳方法 [英] best way to extract meeting history data with Microsoft Graph

查看:174
本文介绍了Microsoft Graph提取会议历史记录数据的最佳方法的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

对不起,我是MS Graph的新手.我正在开发一个应用程序,以提取我公司过去一小时/一天/一周/一个月的会议历史记录数据.我发现有可以使用的API:

sorry I'm new to MS Graph. I'm working on a app to extract meeting history data for past hour/day/week/month for my company. I found there are APIs I can use:

  • List events
  • List calendarView
  • getSchedule

所有3个版本在用户",日历"和组"下都有不同的版本, 哪个才是最好的工作?

all 3 have different version under Users, Calendar and Groups, which is the best to do the job?

我听说过委派权限和应用程序权限. 委派的权限对我来说足够好吗?还是我需要申请许可? 我听到的一种解决方案:删除权限,创建一个普通帐户,将所有会议室帐户共享到该帐户.这对我有用吗?

I heard about delegated permission and application permission. is delegated permssion good enough for me? or I have to ask for application permission? one solution I heard: deletegated permission, create a normal account, share all meeting room account to this account. does this work for me?

谢谢 韦斯

推荐答案

您需要首先了解它们之间的区别:列出事件-用于检索给定日历中的事件列表.列出日历视图-使用此方法,您可以从时间范围,用户的默认日历或用户的其他日历中获取在时间范围定义的日历视图中发生的事件,异常和单个事件. getschedule-您可以获取指定时间段内用户,通讯组列表或资源(房间或设备)的集合的忙/闲可用性信息.

You need to understand the differences first: List events - its used to retrieve a list of events in a given calendar. List calendarview - using this you can get the occurrences, exceptions, and single instances of events in a calendar view defined by a time range, from the user's default calendar, or from some other calendar of the user's. getschedule - you can get the free/busy availability information for a collection of users, distributions lists, or resources (rooms or equipment) for a specified time period.

此外,您还需要了解委派&应用程序权限-文档.简而言之,如果您要访问日历,请选择委托",如果您也要访问其他日历,则请获得应用程序许可.

Also you need to understand the differences between the delegated & application permission - documentation. In short, if you want to access your calendar then go for Delegated, wherein if you want to access others calendar as well then go for application permission.

这篇关于Microsoft Graph提取会议历史记录数据的最佳方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆