Displaying 1 result from an estimated 1 matches for "ical_fold".
Did you mean:
ical_file
2006 Feb 20
0
vpimd, a personal information server
...is it default?
raise WEBrick::HTTPStatus::OK
end
end
server.mount( $vcf_bday_path, VcfBdayIcsServlet )
register( "Calendar for all the Birthdays in my vCards", $vcf_bday_path, ''webcal'' )
##### iCalendar as calendars
# Export local calendars two different ways
$ical_folder = File.expand_path( "~/Library/Calendars" )
#
# Here we write a servlet to display all the allowed calendars with
# webcal links, so they open in iCal.
#
$ical_include = /^[A-Z]/
$ical_title = "My Calendars"
class IcalIcsServlet < WEBrick::HTTPServlet::AbstractServlet
d...