Logo
Explore Help
Sign In
kennethnym/freya
1
0
Fork 0
You've already forked freya
mirror of https://github.com/kennethnym/freya synced 2026-06-24 10:24:55 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
9184e76845918c51ca1790aa2414c58434b93cc5
freya/packages/aelis-source-google-calendar/src/calendar-context.ts

14 lines
320 B
TypeScript
Raw Normal View History

refactor: rename aris to aelis (#59) Rename all references across the codebase: package names, imports, source IDs, directory names, docs, and configs. Co-authored-by: Ona <no-reply@ona.com>
2026-03-10 19:19:23 +00:00
import type { ContextKey } from "@aelis/core"
feat: add Google Calendar data source Co-authored-by: Ona <no-reply@ona.com>
2026-02-14 15:20:57 +00:00
refactor: rename aris to aelis (#59) Rename all references across the codebase: package names, imports, source IDs, directory names, docs, and configs. Co-authored-by: Ona <no-reply@ona.com>
2026-03-10 19:19:23 +00:00
import { contextKey } from "@aelis/core"
feat: add Google Calendar data source Co-authored-by: Ona <no-reply@ona.com>
2026-02-14 15:20:57 +00:00
export interface NextEvent {
title: string
startTime: Date
endTime: Date
minutesUntilStart: number
location: string | null
}
refactor: rename aris to aelis (#59) Rename all references across the codebase: package names, imports, source IDs, directory names, docs, and configs. Co-authored-by: Ona <no-reply@ona.com>
2026-03-10 19:19:23 +00:00
export const NextEventKey: ContextKey<NextEvent> = contextKey("aelis.google-calendar", "nextEvent")
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 63ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API