Documentation
    Preparing search index...

    Core service responsible for interacting with Google contacts and Contact Groups APIs.

    Encapsulates logic for fetching, processing, and transforming Google contact data. Designed to be used by higher-level plugin components to separate external API concerns from application and Obsidian-specific logic.

    Index

    Constructors

    Methods

    • Fetches contact groups and returns a mapping of lowercase group name → group ID.

      Parameters

      • token: string

        OAuth access token.

      Returns Promise<Record<string, string>>

      Record mapping lowercase group names to their resource IDs.