Contacts Service
جهات الاتصال
تمّ إيقاف هذا العمود نهائيًا. بدلاً من ذلك، استخدِم People API
الخدمة المتقدّمة.
تسمح هذه الخدمة للنصوص البرمجية بالوصول إلى "جهات اتصال Google" وتعديلها، سواءً
لجهات الاتصال الفردية أو للمجموعات.
صفوف
الاسم | وصف قصير |
AddressField
| حقل العنوان في جهة اتصال |
CompanyField
| حقل "الشركة" في جهة اتصال |
Contact
| تحتوي جهة الاتصال على الاسم والعنوان وتفاصيل الاتصال المختلفة الخاصة بها. |
ContactGroup
| مجموعة جهات الاتصال هي مجموعة من جهات الاتصال. |
ContactsApp
| تسمح هذه الفئة للمستخدمين بالوصول إلى "جهات اتصال Google" الخاصة بهم وإنشاء جهات الاتصال المدرَجة فيها وإزالتها وتعديلها. |
CustomField
| حقل مخصّص في جهة اتصال |
DateField
| حقل تاريخ في جهة اتصال |
EmailField
| حقل بريد إلكتروني في جهة اتصال |
ExtendedField
| قائمة أرقام صحيحة لحقول جهات الاتصال الموسّعة |
Field
| مصنّف لتحديد حقول جهات الاتصال |
Gender
| عنصر مصنّف لجنسية جهة الاتصال |
IMField
| حقل رسائل فورية في جهة اتصال |
PhoneField
| حقل رقم هاتف في جهة اتصال |
Priority
| فهرس لعدد محدّد من القيم لتحديد أولوية جهة الاتصال |
Sensitivity
| فهرس لحساسيّة جهة الاتصال |
UrlField
| حقل عنوان URL في جهة اتصال |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-12-03 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-12-03 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This Contacts service is deprecated; use the People API advanced service instead."],["The Contacts service previously allowed scripts to access and modify Google Contacts data, including individual contacts and groups."],["The `ContactsApp` class was the primary interface for creating, removing, and updating contacts within Google Contacts."],["Various classes like `Contact`, `ContactGroup`, and field-specific classes like `AddressField`, `EmailField` were used to represent and manipulate contact data."],["Although deprecated, the documentation details the available classes and methods for interacting with Google Contacts through this older service."]]],["This deprecated service allows scripts to manage Google Contacts, including individual contacts and groups. Key actions include accessing, creating, removing, and updating contacts via the `ContactsApp`. Contacts contain details like name and address, managed through classes like `AddressField`, `EmailField`, and `PhoneField`. These field classes allow setting and getting addresses and labels and designating a field as primary. Custom, date and other specific fields are also managed, and are able to get and set labels.\n"]]