Calendar Events

Calendar Events show events listed by Calendar Day.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
int32

The CalendarEventId is an identity field in the CalendarEvent table, with a data type of int. This field serves as a unique identifier for each event within the calendar. As an identity field, it automatically assigns a value to each new event added to the table, ensuring that no two events have the same CalendarEventId. This makes it easier for users to search for and update specific events without confusion. The CalendarEventId also serves as a primary key for the table, allowing for efficient indexing and retrieval of information. Additionally, the data type of int allows for a wide range of integer values to be stored in this field, accommodating the potential for a large number of events in the calendar.

date-time
required

The CalendarId field in the CalendarEvent table is a data type of datetime2, used to store the specific date and time of an event in a calendar. This field serves as a unique identifier for each calendar event, allowing for efficient organization and retrieval of events within the database. The datetime2 data type ensures precise and accurate storage of time and date values, making it ideal for managing schedules and agendas. The CalendarId field is an essential component in the CalendarEvent table, providing the necessary information for tracking, planning, and managing events.

int32

The EventId field in the CalendarEvent table is a data type integer that serves as a unique identifier for each event listed in the calendar. This field is crucial for accurately identifying and organizing events within the table, as well as for ensuring their proper placement in the calendar. The EventId is automatically assigned to each event upon creation and can be utilized for various purposes, such as filtering or sorting events, as well as tracking attendance or generating reports. With the EventId, users can easily access and manage specific events within the table, making the overall calendar organization more efficient and streamlined.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!