public static EventBuilder SomeEvent() { return(EventBuilder.Start() .Title("Test event") .Date(new DateTime(2020, 11, 9, 0, 0, 0)) .Global(true) .Description("Take notebooks to write down key information.")); }