Is there a way to get a single event using the Google Calendar .NET API or do I have to fetch all events and loop through them?
I would think there was a way using the “eid”.
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 can retrieve a single event by adding the EventId to the query url, as in the following code:
The returned EventFeed will only contain the single event whose eventId is “s5uhaebith4jqn864j11ljkckg”.