It is possible verifying if an event exists by event_id? I need do something just if an event still exists. It is possible verifying that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll need to query using the Calendar Provider
First you have to query the calendar provider to get the id of the calendar which you want to search in and then you could construct a count query for the event id you are targeting
Without opening an IDE to check I’d expect that