SearchEvents
SearchEvents(TimebirthTime,TimestartTime,TimeendTime,List<EventTag>eventTagList,intprecisionHours)
Searches for all matching events that occur within a specified time range. This is the workhorse for timeline and calendar views it answers what happens during this period.
Parameters
| Name | Type | Description |
|---|---|---|
birthTime |
Time |
The natives birth time used to anchor all event calculations. |
startTime |
Time |
The start of the range to evaluate. |
endTime |
Time |
The end of the range to evaluate. |
eventTagList |
0, Culture=neutral, PublicKeyToken=null]] |
The categories of events to include in the search. |
precisionHours |
Int32 |
The scanning interval in hours used during event calculation. Defaults to 100. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/SearchEvents
Most Calculate methods accept parameters either as URL path segments (GET) or as a JSON body (POST), keyed by parameter name. The exact request shape varies per method — see the Getting Started guide for the response envelope, StdTime format, and Ayanamsa conventions that apply across the API. Use the "Try it" panel below to build and send a real request and see the exact call this method expects.
Loading try-it widget…