MCPcopy
hub / github.com/callumalpass/tasknotes / EventIterator

Interface EventIterator

src/types/ical.d.ts:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 export interface EventIterator {
57 next(): Time | null;
58 }
59
60 export class Timezone {
61 constructor(data: { component: Component; tzid: string });

Callers 2

parseICSMethod · 0.65
cacheResultMethod · 0.65

Implementers 2

RecurIteratortests/__mocks__/ical.ts
Calendartests/__mocks__/fullcalendar.ts

Calls

no outgoing calls

Tested by

no test coverage detected