Can we add a new calendar to default calendar app programatically if user is using any other account for calendars like yahoo or hotmail , i am getting Following error
"Domain=EKErrorDomain Code=17 "That account does not allow calendars to be added or removed." "
Code works perfectly fine if user is using icould or ios calendars
Any idea or suggestons?
Finally after a lot of research for few days , i found that Some
EKExchange
calendars like google , yahoo does not allow us to add events in their calendars . And if that is the case than you will get error with error code 17 as followsThere is nothing we can do about this error, So i ended up giving alert to user that "We do not have rights to access your calendar account". Hope this helps someone if they face similar issue.