Skip to content

Commit

Permalink
Add base_folder_id code example
Browse files Browse the repository at this point in the history
  • Loading branch information
smcclennon committed May 30, 2022
1 parent ea84003 commit 880d4b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Below is the data structure of the `.csv` file generated, formatted as a Markdow
3. Navigate to the "Console" tab within the Developer Tools popup.
4. Paste [this](https://raw.githubusercontent.com/smcclennon/ous/master/scrape-outlook-contacts.js) JavaScript code into the Developer Tools Console (don't execute it yet).
5. Edit the code you just pasted and change `const base_folder_id = ""` so that your BaseFolderId is within the quotation marks. Please see [below](#How-to-get-a-BaseFolderId) on how to get a BaseFolderId.
https://github.com/smcclennon/ous/blob/ea840034e31ab92a6806f364074d220c73254583/scrape-outlook-contacts.js#L9
6. Press `Enter` to execute the code in the Console. Userdata will be printed to the console and downloaded to your computer shortly. If something went wrong, you will receive a JavaScript error in the Console, so make sure your Console is not filtering out errors.

## How to get a BaseFolderId
Expand Down

0 comments on commit 880d4b1

Please sign in to comment.