cozy-ical
Description
cozy-ical is a simple library to deal with the iCal format. It makes life easier to parse iCal files and to build them.
Usage
Build a calendar
var VCalendar = VCalendar;var VEvent = VEvent;var VTodo = VTodo; var cal = 'Cozy Cloud' 'Cozy Calendar'; var date = 2013 5 9 15 0 0;var vtodo = date 'jhon' 'my description'; var startDate = 2013 5 9 15 0 0;var endDate = 2013 5 10 15 0 0;var vevent = startDate endDate "desc" "loc" "3615"; vtodo;cal;cal; cal;
output:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Cozy Cloud//NONSGML Cozy Agenda//EN
BEGIN:VTODO
DTSTAMP:20130609T150000Z
SUMMARY:my description
UID:jhon
BEGIN:VALARM
ACTION:DISPLAY
REPEAT:1
TRIGGER:20130609T150000Z
END:VALARM
END:VTODO
BEGIN:VEVENT
DESCRIPTION:desc
DTSTART:20130609T150000Z
DTEND:20130610T150000Z
LOCATION:loc
UID:3615
END:VEVENT
END:VCALENDAR
Parsing
var calString = "BEGIN:VCALENDARVERSION:2.0PRODID:-//Cozy Cloud//NONSGML Cozy Agenda//ENBEGIN:VTODODTSTAMP:20130609T150000ZSUMMARY:my descriptionUID:johnBEGIN:VALARMACTION:DISPLAYREPEAT:1TRIGGER:20130609T150000ZEND:VALARMEND:VTODOEND:VCALENDAR"; parser = ;parser;
output:
VCALENDAR
-//Cozy Cloud//NONSGML Cozy Agenda//EN
VTODO
my description
What is Cozy?
Cozy is a platform that brings all your web services in the same private space. With it, your web apps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one profiles you. You install only the applications you want. You can build your own one too.
Community
You can reach the Cozy community via various support:
- IRC #cozycloud on irc.freenode.net
- Post on our Forum
- Post issues on the Github repos
- Via Twitter