Created
November 10, 2023 03:11
-
-
Save davecra/b59bfd0aa4c5f13c76c8f3a9569022ec to your computer and use it in GitHub Desktop.
Creates a new reference for a Planner Task Attachment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const ref = { | |
/** @type {PlannerReference} */ | |
[this.#encodePlannerExternalReferenceUrl(driveItem.webUrl)]: { | |
"@odata.type": "#microsoft.graph.plannerExternalReference", | |
alias: name, | |
type: "Other", | |
}, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment