mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-28 17:52:43 +01:00
4819446fe5
Summary: Ref T10747. This: - Exports recurring events properly, with RRULE + RECURRENCE-ID. - When exporting a part of an event series, export the whole series to ICS so it is represented faithfully. - Make the subscribable URL for "Export" objects work. Test Plan: - Downloaded the ".ics" for a normal event, imported it into Calendar.app and Google Calendar. - Downloaded the ".ics" for a recurring event, imported it into Calendar.app and Google Calendar. - Defined an ".ics" Export of my events, subscribed to them in Calendar.app. - Edited an event in Phabricator. - Hit {key Command R} in Calendar.app, saw changes. (MAGIC!) - This export included recurring events, which appeared the same way in Calendar.app and Phabricator. - Can't import into Google Calendar from my local install easily since Google's servers can't hit my laptop, but I'll test once we deploy. Reviewers: chad Reviewed By: chad Maniphest Tasks: T10747 Differential Revision: https://secure.phabricator.com/D16679 |
||
---|---|---|
.. | ||
__tests__ | ||
PhabricatorCalendarDAO.php | ||
PhabricatorCalendarEvent.php | ||
PhabricatorCalendarEventInvitee.php | ||
PhabricatorCalendarEventTransaction.php | ||
PhabricatorCalendarEventTransactionComment.php | ||
PhabricatorCalendarExport.php | ||
PhabricatorCalendarExportTransaction.php | ||
PhabricatorCalendarHoliday.php | ||
PhabricatorCalendarSchemaSpec.php |