Skip to content

WIP: integrate google contacts#31

Open
8bitgentleman wants to merge 4 commits intoRoamJS:mainfrom
8bitgentleman:contacts
Open

WIP: integrate google contacts#31
8bitgentleman wants to merge 4 commits intoRoamJS:mainfrom
8bitgentleman:contacts

Conversation

@8bitgentleman
Copy link

@8bitgentleman 8bitgentleman commented Aug 31, 2024

Working to quickly add support for Google Contacts. This would be very helpful for RoamCRM.

This PR is still a WIP because I don't have access to the Google Cloud Console for the extension.

I believe the scope https://www.googleapis.com/auth/contacts.readonly would need to be added for me to test.

Would you be willing to add that scope?


Open with Devin

Copy link
Contributor

@dvargas92495 dvargas92495 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

I just added the google contacts scope to the app. Can you share a video of using this feature within Roam? I'll need it for the verification process

extension: {
google: {
fetchGoogleCalendar?: (options: any) => Promise<any>;
fetchGoogleContacts?: () => Promise<FormattedContact[]>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdroidian let's follow up this PR to add it to where the rest are declared in roamjs-components, then delete from here

@8bitgentleman
Copy link
Author

8bitgentleman commented Sep 1, 2024

Thanks for adding the scope @dvargas92495 ! Trying to log in with the extension on my dev branch to test and I keep getting this error.
image

Thankfully signing in with the version on Roam Depot still works.
Do you know if there some verification period or process that google needs to go through? Maybe my account isn't considered a test user or somthing?

@dvargas92495
Copy link
Contributor

@mdroidian we will also need to make a change here to ensure we only add this query param when url.host.includes( 'roamjs') - we should rebase both changes to this PR before merging

Edit: Agh actually, we can't rebase the latest roamjs-components until the samepage cutover is done. Let's make ^ change to the patch-package

devin-ai-integration[bot]

This comment was marked as resolved.

@coderabbitai
Copy link

coderabbitai bot commented Mar 11, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 718af4bb-19e6-4f75-9230-db224c8dc3e5

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

devin-ai-integration[bot]

This comment was marked as resolved.

Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@mdroidian mdroidian removed their request for review March 15, 2026 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants