Questions tagged [event-id]

36 questions
5
votes
1 answer

Google Calendar Gdata old recurring event deleted event still showing with a EventID ending in Z

I have tried to Google this question, but have had no luck, maybe due to the search string "Z" not being specific enough. Background: Using Google Calendar Zend gdata library, and have been using simple code to list events for a specific time…
redfox05
  • 3,354
  • 1
  • 34
  • 39
3
votes
2 answers

Google calendar API move event

Heres the deal, On googles developer website they have at the bottom of each api function description a tool to try out the api, specifically I am using the calendar api (where it says " Use the APIs Explorer bellow to ...): …
Jimmie
  • 397
  • 2
  • 5
  • 20
3
votes
1 answer

PowerShell Security Log

I am writing a PowerShell Script that counts the number of 4624 EventIDs in a given day, but I am getting lost when I go to group the information by date. Is there anyone who could help me out? My output should have the date and the number of…
Laitosto
  • 55
  • 1
  • 5
3
votes
1 answer

Invalid _eventId in spring webflow

Is there any way to handle unexisting eventIds or absence of eventId parameter in spring webflow? e.g. for this webflow
Marko Vranjkovic
  • 6,481
  • 7
  • 49
  • 68
2
votes
1 answer

Must pouchdb _id property values be globally unique?

The PouchDB Manual suggests using Date().toJSON() to generate a new id for each document. However this an result in _id values that are identical.. Does PouchDB have a built in mechanism for dealing with this or should we be using something like…
Ole
  • 41,793
  • 59
  • 191
  • 359
2
votes
0 answers

What event ids precede Windows 7 restart?

I am looking for the major event ids that precede Windows 7 restart. In my event viewer i could find only one unique event id that always preceds the restart: 7040. Am I correct ? I looked up this event but I am not sure about it, the documentation…
Pasha
  • 181
  • 1
  • 1
  • 13
2
votes
3 answers

Where can I find the eventId in a Google Calendar?

There's a method posted here which purportedly enables an app to get an event (copied below for convenience). The event, the link claims will be returned with its resources. event = service.events().get(calendarId='primary',…
1
vote
0 answers

Serilog Eventid is logged as Json

logger: ILogger logger = new LoggerConfiguration() .ReadFrom.Configuration(configuration, "Logging") .Enrich.FromLogContext() .CreateLogger(); settings: "Logging": { "Using": […
Jester
  • 3,069
  • 5
  • 30
  • 44
1
vote
2 answers

How do I get event ID from Google Calendar API?

Hey I'm using an API for first time, and I am confused about how to get event ID from Calendar API. Currently I'm using the sample quickstart.php file, and getting summary from this: $results = $service->events->listEvents($calendarId,…
Nikhil
  • 15
  • 1
  • 6
1
vote
1 answer

Detect Spring Web Flow transition event id in Validator

I use Spring Webflow 2 and I need to detect the fired transition event id in my validator. In my flow.xml
1
vote
1 answer

Event IDs for event log source "ASP.NET 2.0.50727.0"?

When I create an entry in the Application event log with source "ASP.NET 2.0.50727.0" and Event ID 0, the following text is added to the top of the entry's text: The description for Event ID 1310 from source ASP.NET 2.0.50727.0 cannot be found.…
lance
  • 16,092
  • 19
  • 77
  • 136
1
vote
1 answer

Launching calendar to event ID from calendar contract event ID opens wrong event

I'm using the calendar contract to pull events from the DB. First I get a list of the calendars and then I pull all the events in specific time for each calendar, it all works fine. I use _id column name to get the event ID. But when I try to get a…
1
vote
1 answer

Get an eventbrite event ID

I'm trying to figure out how to get an Eventbrite Event ID for an event that does not include it in the URL. I'm not the event owner, so I can't use the technique to go to my "manage events" page, like eventbrite tells me. Also, I can't find a…
Tony Blank
  • 11
  • 3
0
votes
0 answers

Everytime getting last event ID in laravel

i am inserting data of which event subscribed button is clicked , for that i need event id here i am passing event id but each time i am getting last event id i have tried this for loop and passing specific event id
Ruby
  • 69
  • 5
0
votes
0 answers

Minimal API Logging Missing Event ID

I have a Minimal API web application and have enabled logging. Logging is working however the Event ID's don't show up in Azure logs. I have a call to AddAzureWebAppDiagnostics() at the beginning of the…
1
2 3