MCPcopy
hub / github.com/fullcalendar/fullcalendar / ICalFeedMeta

Interface ICalFeedMeta

packages/icalendar/src/event-source-def.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { IcalExpander } from './ical-expander/IcalExpander'
4
5export interface ICalFeedMeta {
6 url: string
7 format: 'ics', // for EventSourceApi
8 internalState?: InternalState // HACK. TODO: use classes in future
9}
10
11interface InternalState {
12 iCalExpanderPromise: Promise<IcalExpander>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…