活动重复添加到日历-快速

时间:2019-02-28 15:04:23

标签: ios swift xcode events eventkit

我想从数据库中检索一个事件并将其添加到日历中。我成功完成了此操作,但是,每当我打开应用程序时,它都会重新添加已经添加的事件。

如果该事件已经存在,我试图忽略该事件的添加,但是我的代码似乎不起作用。不知道我是在这里犯了一个笨拙的错误还是正在处理这个错误。

任何帮助将不胜感激。这是我到目前为止使用的代码...

java.lang.IllegalStateException: Failed to load ApplicationContext
...
Caused by: org.springframework.beans.factory.support.BeanDefinitionOverrideException: 
Invalid bean definition with name 'pageableResolver' defined in class path resource [org/springframework/data/rest/webmvc/config/RepositoryRestMvcConfiguration.class]: 
Cannot register bean definition 
[Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration; 
factoryMethodName=pageableResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/data/rest/webmvc/config/RepositoryRestMvcConfiguration.class]] for bean 'pageableResolver': 
There is already [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.data.web.config.HateoasAwareSpringDataWebConfiguration; 
factoryMethodName=pageableResolver; initMethodName=null; destroyMethodName=(inferred); 
defined in class path resource [org/springframework/data/web/config/HateoasAwareSpringDataWebConfiguration.class]] bound.
...

0 个答案:

没有答案