如何获取Google日历事件的全部与会者列表

发布于 2025-02-13 07:34:00 字数 504 浏览 1 评论 0原文

我正在开发与Google日历API一起使用的应用程序。当我在各个与会者日历的上下文中要求该活动时,每个参加者的对象列表将有所不同。其他参与者名单中从未见过一些与会者。甚至没有组织者的参与者名单都包含所有与会者。我真的需要找到一个用户上下文(我假设的组织者),可以从中找到所有与会者的完整列表。 我正在使用Google中的服务帐户访问所需的数据。

我试图改变Google日历事件列表请求(例如MaxAttendees)的请求参数,并更改了服务帐户的范围。

有人知道我如何提出一个请求,这为我提供了活动的所有参与者的完整列表?

最好的问候

问题的一个通用示例可能是:

一个事件让与会者A1(组织者),A2,A3,A4和6:G6。 使用A1 CalendarId请求活动

  • 会导致与AX Calendarid的与会者列表A1 + G6
  • 一起使用AX + A1 + G6的参与者列表,其中X为2、3、4,
  • G6的一个日历为A1 + G6,

I'm developing an application which works with the Google Calendar API. When I request that event in the context of individual attendee calendars, then the attendee list will differ across each attendee. A few of the attendees are never seen in the lists of the other participants. Not even the organizers attendees list contains all attendees. I really need to find a user context (organizer I assumed) from which I can retrieve a full list of all attendees.
I'm using a service account in Google to access the desired data.

I tried to vary the request parameters of the Google Calendar events list request (e.g. maxAttendees) and changed the scopes of the service account.

Does anybody know how I can make a request which gives me the full list of all participants of an event?

Best regards

Edit:

A generic example of the problem might be:

An event has the attendees A1 (organizer), A2, A3, A4, and 6 more: G6. Requesting the event

  • with A1 calendarId leads to an attendee list A1 + G6
  • with Ax calendarId to an attendee list of Ax + A1 + G6 where x is 2, 3, 4
  • with a calendarId of one of G6 leads to an attendee list A1 + G6

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文