Skip to content

Instantly share code, notes, and snippets.

View MikeAinOz's full-sized avatar

Mike Allen MikeAinOz

View GitHub Profile
@MikeAinOz
MikeAinOz / LoadTaskCard.EXCEL.yaml
Created February 4, 2021 21:31
LoadTaskCard from a Gist
name: LoadTaskCard
description: LoadTaskCard from a Gist
host: EXCEL
api_set: {}
script:
content: |
fetch(
"https://gist.githubusercontent.com/MikeAinOz/b1bb2884a6d39ea033b080f9d4e60d4c/raw/90ff6cd937e078ed334a6bcb69e54c068793bf0c/TaskCard.json"
)
.then((response) => response.json())
@MikeAinOz
MikeAinOz / TaskCard.json
Created February 4, 2021 19:37
Task Card Adaptive Card
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.3",
"body": [
{
"type": "Input.Date",
"id": "StartDate",
"label": "Start Date",
"isRequired": true