私の現在のプロジェクトは 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 を取得する方法はありますか?
どうもありがとう!