Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
parseICS
Method · 0.65
cacheResult
Method · 0.65
Implementers
2
RecurIterator
tests/__mocks__/ical.ts
Calendar
tests/__mocks__/fullcalendar.ts
Calls
no outgoing calls
Tested by
no test coverage detected