-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add docs * Add datetimes_to_icaltime testing framework * Rewrite datetimes_to_icaltime; add associated tests * Preserve original timezone of events * Make TimeManager testable * Clean up test code * Add ICalTime->DateTime converters in event timezones * Add MVP timezone label to editor * WIP: load, display events in event timezone * Fix errors in merge * Fix compilation error * Add more tests for icalcomponent_get_datetimes * Display events in their time zone in editor * Convert end time zone to start if necessary Currently, we only support one time zone in the editor. This is necessary for that assumption, since it's possible to create events with different start/end zones. * Fix leftover is_date reset * Fix docs typo * Fix empty timezone for new event Co-authored-by: Michael McClurg <[email protected]> Co-authored-by: Cassidy James Blaede <[email protected]> Co-authored-by: Marco Betschart <[email protected]>
- Loading branch information
1 parent
be2353f
commit ee704e7
Showing
6 changed files
with
291 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.