Skip to content

Commit 071b909

Browse files
Add ical vocabulary
1 parent 3422480 commit 071b909

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/vocabulary/ical.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export const ICAL = {
2+
comment: "http://www.w3.org/2002/12/cal/ical#comment",
3+
dtend: "http://www.w3.org/2002/12/cal/ical#dtend",
4+
dtstart: "http://www.w3.org/2002/12/cal/ical#dtstart",
5+
location: "http://www.w3.org/2002/12/cal/ical#location",
6+
summary: "http://www.w3.org/2002/12/cal/ical#summary",
7+
} as const;

0 commit comments

Comments
 (0)