Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: iCal.h
- Revision:
- 10:deeaec151283
- Parent:
- 8:87549cc99d5e
- Child:
- 11:fe5586155a42
diff -r 2c2c35511965 -r deeaec151283 iCal.h --- a/iCal.h Thu Aug 06 11:12:48 2015 +0000 +++ b/iCal.h Tue Jan 26 11:58:10 2016 +0000 @@ -78,7 +78,7 @@ /// @param[in] showEvents when true causes it to print the events as parsed. /// @returns number of events in range. /// -int ParseICalStream(char * pStart, time_t gridStartTime, time_t gridEndTime, tz_min_t tzoMin, bool showEvents = false); +int ParseICalStream(char * pStart, time_t gridStartTime, time_t gridEndTime, tz_min_t tzoMin, bool showEvents = true); /// Get the number of events that have been cached.