Googleは、私は次のコードを使用して、私のカレンダーに新しいイベントを追加することができたのNode.js削除イベント
でイベントを削除する方法のためのマニュアルを持っていません:
calendar.events.insert({
auth: auth,
calendarId: 'primary',
resource: event,
}, function(err, event) {
if (err) {
console.log('There was an error contacting the Calendar service: ' + err);
return;
}
console.log('Event created: %s', event.htmlLink);
});
を私は今これで4時間ぐらい過ぎていて、解決策を探しています。