我可以使用google calendar api v3 python获取editLink和aclLink吗?

时间:2013-05-28 22:48:35

标签: python google-api google-calendar-api google-api-client google-api-python-client

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

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

现在我正在尝试切换到api v3。我发现无法在v3 API中获得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'
}

有没有办法在v3 API中获取editLink和aclLink?

非常感谢!

0 个答案:

没有答案