如何在React中使用Google Calendar API从事件中获取与会者列表?

时间:2019-01-22 14:38:47

标签: javascript reactjs google-calendar-api

我目前正在使用https://github.com/sivadass/react-meeting-room为会议编写一个react.js网页,并且我想将参与者打印在事件下方,但是我得到的事件数组不包含参与者。

这是获取事件的代码的一部分:

<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT" crossorigin="anonymous"></script>

<h2 id="test"></h2>
<h2 id="test"></h2>

有了这个,我将成为“ mymeetingroom@resource.calendar.google.com”作为唯一的参与者。这是使用Google API。

0 个答案:

没有答案