従来の API を使用して端末からカレンダー エントリを更新できないようです。
以下は現在、特定のカレンダー エントリの xml を取得しますが、更新を正常に POST しません。可能であれば一度に複数のカレンダー エントリを更新するか、一度に少なくとも 1 つずつ正常に更新することを検討しています。
curl -H 'Accept: application/xml' -H 'Content-Type: application/xml' -u "API token":X POST -d '<request><calendar-entry><all-day type="boolean">true</all-day><title>Stuff</title><due-at type="date">2012-07-09</due-at></calendar-entry></request>'
https://"domain".basecamphq.com/projects/"project#"/calendar_entries/"entry#".xml
事前に提案していただきありがとうございます。これが、ラッパーなしでベースキャンプに到達する最も簡単な方法のようです。
ありがとう