Skip to content

code4fukui/ICAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICAL - iCalendar for JavaScript

Usage

CLI

deno run -A https://code4fukui.github.io/ICAL/csv2ical.js [fn]

lib

import { ICAL } from "https://code4fukui.github.io/ICAL/ICAL.js";

const data = [
  { "DTSTART": "20240130T00:00+09:00", SUMMARY: "test" },
];
console.log(ICAL.stringify(data));

Sample

BEGIN:VCALENDAR
VERSION:2.0
PRODID:iCalender Test
BEGIN:VEVENT
DTSTART:20201123T000000Z
DTEND:20201123T235959Z
SUMMARY:My Birthday Party
END:VEVENT
END:VCALENDAR

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published