Adding X-WR-CALNAME to DDay.iCal.iCalendar.Calendar -
i'm using excellent dday.ical read ical files google calendar.
each ical file has non-standard property of x-wr-calname.
how add dday.ical.icalendar.calendar object?
this how it... don't know if it's right way, works me.
var ical = new icalendar(); ical.method = calendarmethods.publish; ical.addlocaltimezone(); ical.addproperty("x-wr-calname", "calendar name");
Comments
Post a Comment