> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Event Views V3 # Type: Events View Object # Link: https://dev.wix.com/docs/api-reference/business-management/calendar/event-views-v3/events-view-object.md ## Description: The `eventsView` object gives you details about how far into the future you can easily get a complete picture of a calendar. Subscribing to the event view webhooks lets you keep track of a calendar's single-occurrence, `EXCEPTION`, and `INSTANCE` events at least one year into the future. ## Schema: ```json Type: Events View Object | type: EventsView Description: The `eventsView` object gives you details about how far into the future you can easily get a complete picture of a calendar. Subscribing to the event view webhooks lets you keep track of a calendar's single-occurrence, `EXCEPTION`, and `INSTANCE` events at least one year into the future. - name: endDate | type: string | description: End date of the event view in `YYYY-MM-DDThh:mm:ss.sssZ` format. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: futureDurationInDays | type: number | description: Number of days from now until the event view ends. - name: value | type: number | description: ```