<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="1700" Guid="{9C0C4D73-3F97-4CBE-8D60-D61807D27DA8}" Time="1447332783.18">
    <Autostart Name="Autostart" Expanded="True">
        <Action Name="Determine weekday">
            EventGhost.PythonScript(u'from datetime import date\nimport calendar\nmy_date = date.today()\neg.globals.weekday = calendar.day_name[my_date.weekday()]\nprint "Today is "+eg.globals.weekday\neg.TriggerEvent(eg.globals.weekday)')
        </Action>
        <Action Name="Activate the above if you want it run with eg start">
            EventGhost.Comment()
        </Action>
        <Plugin Identifier="Speech" Guid="{76A1638D-1D7D-4582-A726-A17B1A6FC723}" File="Speech">
            gAIpLg==
        </Plugin>
    </Autostart>
    <Macro Name="Trigger event triggered manually by F7" Expanded="True">
        <Action Name="Determine weekday">
            EventGhost.PythonScript(u'from datetime import date\nimport calendar\nmy_date = date.today()\neg.globals.weekday = calendar.day_name[my_date.weekday()]\nprint "Today is "+eg.globals.weekday\neg.TriggerEvent(eg.globals.weekday)')
        </Action>
        <Action Name="Only have it run if not run before in the autostart">
            EventGhost.Comment()
        </Action>
    </Macro>
    <Folder Name="Weekday profiles" Expanded="True">
        <Macro Name="Monday" Expanded="True">
            <Event Name="Main.Monday" />
            <Action Name="Your Action for Monday">
                EventGhost.Comment()
            </Action>
            <Action Name="You might need to change the Main.Monday event to your local word for Monday">
                EventGhost.Comment()
            </Action>
        </Macro>
        <Macro Name="Thuesday" Expanded="True">
            <Event Name="Main.Thuesday" />
            <Action Name="Your Action">
                EventGhost.Comment()
            </Action>
            <Action>
                System.Execute(u'C:\\Windows\\System32\\notepad.exe', u'', 0, False, 2, u'C:\\Windows', False, False, u'', False, False, False)
            </Action>
            <Action>
                EventGhost.Wait(3.0)
            </Action>
            <Action>
                Speech.TextToSpeech(u'IVONA Brian - British English male voice [22kHz]', 0, u'hello mr smith good day to you, i am up and ready, are you sir?', 0, 100)
            </Action>
        </Macro>
        <Macro Name="Wednesday" Expanded="True">
            <Event Name="Main.Wednesday" />
            <Action Name="Your Action">
                EventGhost.Comment()
            </Action>
        </Macro>
        <Macro Name="Comment" Expanded="True">
            <Action Name="Add the rest of the week here">
                EventGhost.Comment()
            </Action>
        </Macro>
    </Folder>
</EventGhost>
