Add IMAP local calendar operation tests using in-memory DB (#807)
* Add IMAP local calendar operation handler tests * Fix tests. * Fix calendar item show as not updating. * Create one default calendar for local calendar accounts.
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
HorizontalContentAlignment="Stretch"
|
||||
VerticalContentAlignment="Stretch"
|
||||
Canvas.ZIndex="10000"
|
||||
Content="{x:Bind CalendarItem}"
|
||||
Content="{x:Bind CalendarItem, Mode=OneWay}"
|
||||
ContentTemplateSelector="{StaticResource ShowAsStripeSelector}"
|
||||
IsTabStop="False" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user