This file contains hidden or 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
/// Use the Notion template: | |
/// https://janhecker.notion.site/dc8cc219c76e4af49bd49105a565a2de?v=ce428f09c9a146cbabb073709b81af43 | |
/// | |
/// Use this link to convert the code into a one-liner for Notion: | |
/// https://www.textfixer.com/tools/remove-line-breaks.php | |
/// Active until | |
dateAdd( | |
prop("Last renewal / bought"), | |
if (prop("Subscription") == "Weekly", 7, if (prop("Subscription") == "Monthly", 30, if (prop("Subscription") == "Yearly", 365, 0))), |