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