You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an event in your calendar with a title [EXTERNAL] meeting for today
Run guppy cal agenda
Crashes with the following because it interprets the [EXTERNAL] as a color directive.
Unhandled exception: System.InvalidOperationException: Could not find color or style 'EXTERNAL'.
at Spectre.Console.StyleParser.Parse(String text) in /_/src/Spectre.Console/StyleParser.cs:line 10
at Spectre.Console.MarkupParser.Parse(String text, Style style) in /_/src/Spectre.Console/Internal/Text/Markup/MarkupParser.cs:line 22
at Spectre.Console.AnsiConsoleExtensions.Markup(IAnsiConsole console, String value) in /_/src/Spectre.Console/Extensions/AnsiConsoleExtensions.Markup.cs:line 77
at Spectre.Console.AnsiConsoleExtensions.MarkupLine(IAnsiConsole console, String value) in /_/src/Spectre.Console/Extensions/AnsiConsoleExtensions.Markup.cs:line 117
at Guppi.Console.Skills.CalendarSkill.Agenda(DateTime now, String title, Boolean markdown) in /home/runner/work/guppi/guppi/Guppi.Console/Skills/CalendarSkill.cs:line 0
at Guppi.Console.Skills.CalendarSkill.<GetCommands>b__2_1(Boolean markdown) in /home/runner/work/guppi/guppi/Guppi.Console/Skills/CalendarSkill.cs:line 37
The text was updated successfully, but these errors were encountered:
Steps to reproduce
[EXTERNAL] meeting
for todayguppy cal agenda
Crashes with the following because it interprets the
[EXTERNAL]
as a color directive.The text was updated successfully, but these errors were encountered: