Logo
Explore Help
Sign In
kennethnym/aris
1
0
Fork 0
You've already forked aris
mirror of https://github.com/kennethnym/aris.git synced 2026-03-20 17:11:17 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
8eedd1f4fd2cdbc71d7bf2981ea0cb8b90dec1a2
aris/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: 425ms Template: 5ms
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