カレンダー サービスに Google の API を使用するアプリケーションを作成しようとしています。私はこのガイドを参照していますが、今はステップに行き詰まっています。具体的には、このステップ.
これらのクラスをインポートするように指示されます:
import com.google.api.client.http.HttpTransport;
import com.google.api.client.http.javanet.NetHttpTransport;
import com.google.api.client.json.jackson.JacksonFactory;
import com.google.api.services.calendar.Calendar;
import com.google.api.services.calendar.model.*;
これで、(完全だと思った) ライブラリをthis sourceにダウンロードしました。しかし、それでも次の 2 行でエラーが発生します。
import com.google.api.services.calendar.Calendar;
import com.google.api.services.calendar.model.*;
この 2 つのクラスはどこで入手できますか? または、別の例に従う必要がありますか? どんな助けでも大歓迎です。