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

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -