我可以使用googlecalendarapiv3python获得editLink和aclLink吗?

2024-03-29 10:48:57 发布

您现在位置:Python中文网/ 问答频道 /正文

我当前的项目使用gdata,我可以通过以下调用轻松获得editLink和aclLink:

calendar.GetEditLink().href
calendar.GetAclLink().href

现在我正在尝试切换到api v3。我没有办法在v3api中获得editLink和aclLink。你知道吗

{
  'kind': 'calendar#calendarListEntry',
  'foregroundColor': '#000000',
  'description': 'FDSA FDS',
  'colorId': '24',
  'summary': 'C Forgie Geography - 201213',
  'etag': '"FDSA4321FDSA/Stic5525eNCO8rFKLA656Xshysg"',
  'backgroundColor': '#a47ae2',
  'timeZone': 'UTC',
  'accessRole': 'owner',
  'id': 'FDSA4321@group.calendar.google.com'
}

有没有办法在V3API中获取editLink和aclLink?你知道吗

非常感谢!你知道吗


Tags: 项目apiv3calendarhrefkind办法gdata