Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronise contact delete #1275

Open
chibenwa opened this issue Oct 30, 2024 · 0 comments
Open

Synchronise contact delete #1275

chibenwa opened this issue Oct 30, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers openpaas-integration

Comments

@chibenwa
Copy link
Member

What

When I delete a contact from my address book

Then it must no longer show up in my auto-complete suggestions

How

Listen to contacts:contact:delete

Sample message:

{
    "bookId": "5f50b136bdaffe0026290b3d",
    "bookName": "e01850bd-d013-47e4-8b1a-02e462f0d4df",
    "contactId": "7cc163d4-bc25-4479-a969-e1662529f4ad",
    "userId": "5f50b136bdaffe0026290b3d",
    "vcard": [
        "vcard",
        [
            [
                "version",
                {},
                "text",
                "4.0"
            ],
            [
                "uid",
                {},
                "text",
                "7cc163d4-bc25-4479-a969-e1662529f4ad"
            ],
            [
                "fn",
                {},
                "text",
                "(Ms.) Vo Cao Ky Duyen"
            ],
            [
                "n",
                {},
                "text",
                [
                    "Duyen",
                    "(Ms.) Vo Cao Ky",
                    "",
                    "",
                    ""
                ]
            ],
            [
                "org",
                {},
                "text",
                "AEON Vietnam Academy"
            ],
            [
                "role",
                {},
                "text",
                "Training Executive"
            ],
            [
                "email",
                {
                    "type": "Work"
                },
                "text",
                "mailto:[email protected]"
            ],
            [
                "tel",
                {
                    "type": "Work"
                },
                "uri",
                "(028) 6288 7711 – Ext : 649"
            ]
        ],
        []
    ]
}
@chibenwa chibenwa added enhancement New feature or request good first issue Good for newcomers labels Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers openpaas-integration
Projects
None yet
Development

No branches or pull requests

2 participants