commandscalendar include/exclude

Update a calendars icalendar inclusion or exclusion list.

Usage

calendar (include|exclude) (add|delete) name uri

where
include Update the inclusion list.
exclude Update the exclusion list.
add one or more icalendars to the specified list.
delete one or more icalendars from the specified list.
name of calendar to update.
uri of one or more icalendars to add/delete to/from the specified list.

write on name

Examples

Add to the inclusion list

BeyondCron % calendar include add /calendar/business-days beyondcron:/calendar/Weekday
BeyondCron % calendar show $$

------------ ---------------------------- Name /calendar/business-days Description Business days iCal include beyondcron:/calendar/Weekday ...

Add to the exclusion list

BeyondCron % calendar exclude add /calendar/business-days http://ical.mac.com/ical/Japanese32Holidays.ics
BeyondCron % calendar show $$

------------ ----------------------------------------------- Name /calendar/business-days Description Business days iCal include beyondcron:/calendar/Weekday iCal exclude http://ical.mac.com/ical/Japanese32Holidays.ics ...

Remove from the exclusion list

BeyondCron % calendar exclude delete /calendar/business-days http://ical.mac.com/ical/Japanese32Holidays.ics
BeyondCron % calendar show $$

------------ ----------------------------------------------- Name /calendar/business-days Description Business days iCal include beyondcron:/calendar/Weekday iCal exclud ...

See also