1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:07:46 +00:00

Calendar: Add end date/time to events

This commit is contained in:
lanmonster 2023-10-06 15:45:18 -07:00 committed by Andreas Kling
parent 4984faa108
commit a7c3d39bab
2 changed files with 18 additions and 2 deletions

View file

@ -70,6 +70,7 @@ private:
};
Core::DateTime m_start_date_time;
Core::DateTime m_end_date_time;
EventManager& m_event_manager;
};