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:
parent
4984faa108
commit
a7c3d39bab
2 changed files with 18 additions and 2 deletions
|
@ -70,6 +70,7 @@ private:
|
|||
};
|
||||
|
||||
Core::DateTime m_start_date_time;
|
||||
Core::DateTime m_end_date_time;
|
||||
EventManager& m_event_manager;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue