├── .gitignore ├── Google_Calendar_ORNEK.SRC ├── GoogleCalendar_HelperClass_ByARMAN.bdsproj ├── GoogleCalendar_HelperClass_ByARMAN.bdsproj.local ├── GoogleCalendar_HelperClass_ByARMAN.cfg ├── GoogleCalendar_HelperClass_ByARMAN.dpr ├── GoogleCalendar_HelperClass_ByARMAN.exe ├── GoogleCalendar_HelperClass_ByARMAN.identcache ├── GoogleCalendar_HelperClass_ByARMAN.ini ├── GoogleCalendar_HelperClass_ByARMAN.res ├── GoogleHesap_Asamalar │ ├── DelphiCAN API Projesi-f22ee1015c44.json │ ├── GoogleCal_01_Yeni.Google.Hesap.Olusturma.PNG │ ├── GoogleCal_02_Yeni.Google.Hesap.SartlarOnaylansin.PNG │ ├── GoogleCal_03_Yeni.Google.Hesap.HesapHazir.Devam.PNG │ ├── GoogleCal_04_Google.API.Console.ilk.karsilama.onay.penceresi.PNG │ ├── GoogleCal_05_Google.API.Console.Tercihlerimiz.PNG │ ├── GoogleCal_06_Google.API.Console.api.ve.hizmetleri.etkinlestirme.butonu.PNG │ ├── GoogleCal_07_Google.API.Console.api.arama.cubugu(b).png │ ├── GoogleCal_07_Google.API.Console.api.arama.cubugu.PNG │ ├── GoogleCal_08_Google.API.Console.api.arama.sonucu.PNG │ ├── GoogleCal_08_Google.API.Console.api.etkinlestir.PNG │ ├── GoogleCal_09_Google.API.Console.proje.olustur(b).png │ ├── GoogleCal_09_Google.API.Console.proje.olustur.PNG │ ├── GoogleCal_10_Google.API.Console.proje.isimVerilis.PNG │ ├── GoogleCal_11_Google.API.Console.API.Etkinlestirme(08 nolu gorsele geri donduk).PNG │ ├── GoogleCal_12_Google.API.Console.API-Etkinlesitiriliyor_bekleme.PNG │ ├── GoogleCal_13_Google.API.Console.API-KimlikBilgileriOlustur.PNG │ ├── GoogleCal_14_Google.API.Console.API-KimlikBilgileri_Giris_01.PNG │ ├── GoogleCal_14_Google.API.Console.API-KimlikBilgileri_Giris_02.PNG │ ├── GoogleCal_15_Google.API.Console.API-ErisimBilgileri.JSON.Olusuturuldu.AutoDownloadEdildi.PNG │ ├── GoogleCal_16_Google.API.Console.API-Once_OAuth_Ekrani_Bilgi_Tanimlamasi_Butonu.PNG │ ├── GoogleCal_17_Google.API.Console.API-Once_OAuth_Ekrani_Bilgi_Tanimlamasi_Kaydet.PNG │ ├── GoogleCal_18_Google.API.Console.API-Once_OAuth_Ekrani_Bilgi_Kayit_Basarili.PNG │ ├── GoogleCal_19_Google.API.Console.API-KimlikBilgisiOlusturmaButonu.PNG │ ├── GoogleCal_20_Google.API.Console.API-OAuth_Istemci_KimlikBilgisiOlusturmaSecimi.PNG │ ├── GoogleCal_21_Google.API.Console.API-OAuth_Istemci_Kimlik_TipSecim.PNG │ ├── GoogleCal_22_Google.API.Console.API-OAuth_Istemci_Kimlik_Olustur.PNG │ ├── GoogleCal_23_Google.API.Console.API-OAuth_Istemci_Kimlik_TAMAM.PNG │ ├── GoogleCal_24_Google.API.Console.API-OAuth_Istemci_Kimlik_JSON_Indir.PNG │ ├── GoogleCal_25_Google.API.Console.API-OAuth_Istemci_Kimlik_JSON_Icerik.PNG │ ├── GoogleCal_26_Google.API.Console.API-API-KEY_Butonu.PNG │ ├── GoogleCal_27_Google.API.Console.API-API-KEY_Penceresi.PNG │ └── client_secret_668757082665-cq7hrctd4ihunm45l4bfep090jcst7o1.apps.googleusercontent.com.json ├── Units │ ├── GoogleCalendar_Helper.dcu │ ├── GoogleCalendar_Helper.pas │ ├── Unit1.dcu │ ├── Unit1.dfm │ └── Unit1.pas ├── libeay32.dll └── ssleay32.dll ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/.gitignore -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleCalendar_HelperClass_ByARMAN.bdsproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleCalendar_HelperClass_ByARMAN.bdsproj -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleCalendar_HelperClass_ByARMAN.bdsproj.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleCalendar_HelperClass_ByARMAN.bdsproj.local -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleCalendar_HelperClass_ByARMAN.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleCalendar_HelperClass_ByARMAN.cfg -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleCalendar_HelperClass_ByARMAN.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleCalendar_HelperClass_ByARMAN.dpr -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleCalendar_HelperClass_ByARMAN.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleCalendar_HelperClass_ByARMAN.exe -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleCalendar_HelperClass_ByARMAN.identcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleCalendar_HelperClass_ByARMAN.identcache -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleCalendar_HelperClass_ByARMAN.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleCalendar_HelperClass_ByARMAN.ini -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleCalendar_HelperClass_ByARMAN.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleCalendar_HelperClass_ByARMAN.res -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/DelphiCAN API Projesi-f22ee1015c44.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/DelphiCAN API Projesi-f22ee1015c44.json -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_01_Yeni.Google.Hesap.Olusturma.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_01_Yeni.Google.Hesap.Olusturma.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_02_Yeni.Google.Hesap.SartlarOnaylansin.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_02_Yeni.Google.Hesap.SartlarOnaylansin.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_03_Yeni.Google.Hesap.HesapHazir.Devam.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_03_Yeni.Google.Hesap.HesapHazir.Devam.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_04_Google.API.Console.ilk.karsilama.onay.penceresi.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_04_Google.API.Console.ilk.karsilama.onay.penceresi.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_05_Google.API.Console.Tercihlerimiz.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_05_Google.API.Console.Tercihlerimiz.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_06_Google.API.Console.api.ve.hizmetleri.etkinlestirme.butonu.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_06_Google.API.Console.api.ve.hizmetleri.etkinlestirme.butonu.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_07_Google.API.Console.api.arama.cubugu(b).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_07_Google.API.Console.api.arama.cubugu(b).png -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_07_Google.API.Console.api.arama.cubugu.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_07_Google.API.Console.api.arama.cubugu.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_08_Google.API.Console.api.arama.sonucu.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_08_Google.API.Console.api.arama.sonucu.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_08_Google.API.Console.api.etkinlestir.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_08_Google.API.Console.api.etkinlestir.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_09_Google.API.Console.proje.olustur(b).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_09_Google.API.Console.proje.olustur(b).png -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_09_Google.API.Console.proje.olustur.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_09_Google.API.Console.proje.olustur.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_10_Google.API.Console.proje.isimVerilis.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_10_Google.API.Console.proje.isimVerilis.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_11_Google.API.Console.API.Etkinlestirme(08 nolu gorsele geri donduk).PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_11_Google.API.Console.API.Etkinlestirme(08 nolu gorsele geri donduk).PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_12_Google.API.Console.API-Etkinlesitiriliyor_bekleme.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_12_Google.API.Console.API-Etkinlesitiriliyor_bekleme.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_13_Google.API.Console.API-KimlikBilgileriOlustur.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_13_Google.API.Console.API-KimlikBilgileriOlustur.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_14_Google.API.Console.API-KimlikBilgileri_Giris_01.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_14_Google.API.Console.API-KimlikBilgileri_Giris_01.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_14_Google.API.Console.API-KimlikBilgileri_Giris_02.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_14_Google.API.Console.API-KimlikBilgileri_Giris_02.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_15_Google.API.Console.API-ErisimBilgileri.JSON.Olusuturuldu.AutoDownloadEdildi.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_15_Google.API.Console.API-ErisimBilgileri.JSON.Olusuturuldu.AutoDownloadEdildi.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_16_Google.API.Console.API-Once_OAuth_Ekrani_Bilgi_Tanimlamasi_Butonu.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_16_Google.API.Console.API-Once_OAuth_Ekrani_Bilgi_Tanimlamasi_Butonu.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_17_Google.API.Console.API-Once_OAuth_Ekrani_Bilgi_Tanimlamasi_Kaydet.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_17_Google.API.Console.API-Once_OAuth_Ekrani_Bilgi_Tanimlamasi_Kaydet.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_18_Google.API.Console.API-Once_OAuth_Ekrani_Bilgi_Kayit_Basarili.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_18_Google.API.Console.API-Once_OAuth_Ekrani_Bilgi_Kayit_Basarili.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_19_Google.API.Console.API-KimlikBilgisiOlusturmaButonu.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_19_Google.API.Console.API-KimlikBilgisiOlusturmaButonu.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_20_Google.API.Console.API-OAuth_Istemci_KimlikBilgisiOlusturmaSecimi.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_20_Google.API.Console.API-OAuth_Istemci_KimlikBilgisiOlusturmaSecimi.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_21_Google.API.Console.API-OAuth_Istemci_Kimlik_TipSecim.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_21_Google.API.Console.API-OAuth_Istemci_Kimlik_TipSecim.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_22_Google.API.Console.API-OAuth_Istemci_Kimlik_Olustur.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_22_Google.API.Console.API-OAuth_Istemci_Kimlik_Olustur.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_23_Google.API.Console.API-OAuth_Istemci_Kimlik_TAMAM.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_23_Google.API.Console.API-OAuth_Istemci_Kimlik_TAMAM.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_24_Google.API.Console.API-OAuth_Istemci_Kimlik_JSON_Indir.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_24_Google.API.Console.API-OAuth_Istemci_Kimlik_JSON_Indir.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_25_Google.API.Console.API-OAuth_Istemci_Kimlik_JSON_Icerik.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_25_Google.API.Console.API-OAuth_Istemci_Kimlik_JSON_Icerik.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_26_Google.API.Console.API-API-KEY_Butonu.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_26_Google.API.Console.API-API-KEY_Butonu.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_27_Google.API.Console.API-API-KEY_Penceresi.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/GoogleCal_27_Google.API.Console.API-API-KEY_Penceresi.PNG -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/client_secret_668757082665-cq7hrctd4ihunm45l4bfep090jcst7o1.apps.googleusercontent.com.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/GoogleHesap_Asamalar/client_secret_668757082665-cq7hrctd4ihunm45l4bfep090jcst7o1.apps.googleusercontent.com.json -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/Units/GoogleCalendar_Helper.dcu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/Units/GoogleCalendar_Helper.dcu -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/Units/GoogleCalendar_Helper.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/Units/GoogleCalendar_Helper.pas -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/Units/Unit1.dcu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/Units/Unit1.dcu -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/Units/Unit1.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/Units/Unit1.dfm -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/Units/Unit1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/Units/Unit1.pas -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/libeay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/libeay32.dll -------------------------------------------------------------------------------- /Google_Calendar_ORNEK.SRC/ssleay32.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/Google_Calendar_ORNEK.SRC/ssleay32.dll -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrmarman/Google-Calendar-API-Helper-Class/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Google-Calendar-API-Helper-Class 2 | Delphi 2007 / XE and up. 3 | --------------------------------------------------------------------------------