Skip to content

Instantly share code, notes, and snippets.

View LuiseFreese's full-sized avatar
🚀
Never Stop Learning ❤

Luise Freese LuiseFreese

🚀
Never Stop Learning ❤
View GitHub Profile
// THEME
Set(
gblThemeDark,
Param("theme") = "dark" Or drp_theme.SelectedText.Value = "
dark"
);
Set(
gblThemeHiCo,
Param("theme") = "contrast" Or drp_theme.SelectedText.Value = "high-contrast"
// THEME
Set(
gblThemeDark,
Param("theme") = "dark" Or drp_dropdown.SelectedText.Value = "dark"
);
Set(
gblThemeHiCo,
Param("theme") = "contrast" Or drp_dropdown.SelectedText.Value = "high contrast"
);Set(
gblAppColors,
{
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"text": "Rate your experience!",
"weight": "Bolder",
"color": "Accent",
"size": "Medium"
},
@LuiseFreese
LuiseFreese / RainbowHeartList.json
Created January 30, 2021 22:17
RainbowHeartList
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"children": [
{
"elmType": "span",
"txtContent": "💛",
"style": {
"display": "=if([$RatingElio] >= 1, 'inherit','none'"
}
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "div",
"children": [
{
"elmType": "span",
"style": {
"display": "inline-block",
"padding": "0 2px"
},
{
"elmType": "div",
"children": [
{
"elmType": "span",
"txtContent": "💛",
"style": {
"display": "=if([$RatingLuise] >= 1, 'inherit','none'"
}
},
Sort(Office365Outlook.CalendarGetItems(Dropdown1.Selected.Name).value,Start)