OfficeDev / Office-365-SDK-for-iOS

Microsoft Services SDKs for iOS Preview produced by MS Open Tech.
https://dev.office.com/
Other
96 stars 49 forks source link

MSOutlookServicesEvent with reminder set to "NONE" #80

Closed siddheshcnaik closed 9 years ago

siddheshcnaik commented 9 years ago

Hi,

Is there a way for creating MSOutlookServiceEvent with "Reminder" set to "None". Currently, "Reminder" is an integer value. When we create a calendar event with out setting Reminder, it creates an event with Reminder set to 0.

Thanks, Siddhesh

anihojnadel commented 9 years ago

Hi @siddheshcnaik,

The way to set a reminder changed in the current version of the SDK because the API REST changed and we had to regenerate the code. It uses something called MSOutlookPatternedRecurrence. You should update your SDK version to target the new one.