Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
[Calendar] Fix digest time entity logic (#2327)
Browse files Browse the repository at this point in the history
* prevent set end date time multiple times

* add tests

* add isTargetTimeRange when parse date time
  • Loading branch information
KayMKM authored and darrenj committed Sep 11, 2019
1 parent fb1b50b commit 3e0f74f
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 96 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
<PackageReference Include="Microsoft.Bot.Connector" Version="4.5.1" />
<PackageReference Include="Microsoft.Bot.Schema" Version="4.5.1" />
<PackageReference Include="Microsoft.Graph" Version="1.15.0" />
<PackageReference Include="Microsoft.Recognizers.Text.DataTypes.TimexExpression" Version="1.2.2" />
<PackageReference Include="Microsoft.Recognizers.Text.DateTime" Version="1.2.2" />
<PackageReference Include="Microsoft.Recognizers.Text.DataTypes.TimexExpression" Version="1.2.6.1" />
<PackageReference Include="Microsoft.Recognizers.Text.DateTime" Version="1.2.6.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading

0 comments on commit 3e0f74f

Please sign in to comment.