TheAlmightyBob / Calendars

Cross-platform calendar API plugin for Xamarin and Windows
MIT License
101 stars 23 forks source link

Set AllDay value as an integer instead of a boolean #60

Closed TheAlmightyBob closed 6 years ago

TheAlmightyBob commented 6 years ago

Fixes #18

Yep. I can't believe this was the problem, after all this time. Seems like setting AllDay to "true" worked in some places (e.g. the Google Calendar app event editor) but not others (e.g. the multi-day calendar view). Simply setting it to "1" instead seems to behave as expected everywhere.