我当前的项目使用 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 ?
非常感谢!