Open tatva-hiral opened 3 years ago
1) You did not respect the template, not cool 2) Since you didn't respect the template, I will need to ask you "more details" because your complain clearly miss of information (code used, expected behaviour, etc)
What do you expect when saving an event with no end date? An event cannot be saved for an indefinite time.
@MoOx info updated.
Could you explain me how an event can NOT have a end date? I don't see how it can be a thing. I mean in a real calendar, how would you show an event without an end? I am a heavy user of my calendar app on macOS and iOS and as soon as I created an event the event has 1h. I can set it "all day" but there is still an end date. I cannot save an event without an end date. And I don't see how this could be a thing.
Yes, an endDate
is required for a single event. But it should be possible to avoid if setting a recurring event, using the recurrenceRule
.
Getting below error in ios when I am not passing endDate
Environment
System: OS: Windows 10 10.0.21296 CPU: (4) ia32 Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz Memory: 4.99 GB / 11.82 GB Binaries: Node: 10.16.0 - C:\Program Files (x86)\nodejs\node.EXE Yarn: 1.22.5 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 6.9.0 - C:\Program Files (x86)\nodejs\npm.CMD npmPackages: react: 16.12.0 => 16.12.0 react-native: 0.61.5 => 0.61.5 npmGlobalPackages: react-native-cli: 2.0.1 react-native-screens: 2.11.0
Expected Behavior
I want to show only the start date in the ios native calendar if the end date is blank like an android.
Actual Behavior
We don't want to add endDate because event-type is (recommendations, photos, events), In android, it's working fine, it's not showing end date on google calendar.
Please help me to fix this issue. Thanks in advance.