@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at recaptime-dev/main 17 lines 429 B view raw
1ALTER TABLE {$NAMESPACE}_calendar.calendar_event 2 DROP allDayDateFrom; 3 4ALTER TABLE {$NAMESPACE}_calendar.calendar_event 5 DROP allDayDateTo; 6 7ALTER TABLE {$NAMESPACE}_calendar.calendar_event 8 DROP dateFrom; 9 10ALTER TABLE {$NAMESPACE}_calendar.calendar_event 11 DROP dateTo; 12 13ALTER TABLE {$NAMESPACE}_calendar.calendar_event 14 DROP recurrenceEndDate; 15 16ALTER TABLE {$NAMESPACE}_calendar.calendar_event 17 DROP recurrenceFrequency;