Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
xestiacalendar/.git
8 years agoRemoved std:: as now using namespace std in CalendarObject.h
Steve Brokenshire [Sat, 6 Feb 2016 12:16:30 +0000 (12:16 +0000)]
Removed std:: as now using namespace std in CalendarObject.h

8 years agoAdded initial unit tests for iCalender Timezone Component Unit
Steve Brokenshire [Wed, 3 Feb 2016 20:09:49 +0000 (20:09 +0000)]
Added initial unit tests for iCalender Timezone Component Unit

8 years agoAdded the LAST-MODIFIED property to iCalendarTimezone-Load2.vcf
Steve Brokenshire [Wed, 3 Feb 2016 20:09:28 +0000 (20:09 +0000)]
Added the LAST-MODIFIED property to iCalendarTimezone-Load2.vcf

8 years agoAdded code to process LAST-MODIFIED in CalendarTimezoneObject
Steve Brokenshire [Wed, 3 Feb 2016 20:09:01 +0000 (20:09 +0000)]
Added code to process LAST-MODIFIED in CalendarTimezoneObject

8 years agoAdded the iCalendarTimezone-Load2.vcf file for unit testing.
Steve Brokenshire [Wed, 3 Feb 2016 19:58:14 +0000 (19:58 +0000)]
Added the iCalendarTimezone-Load2.vcf file for unit testing.

8 years agoAdded code to process TZID in CalendarTimezoneObject
Steve Brokenshire [Wed, 3 Feb 2016 19:57:55 +0000 (19:57 +0000)]
Added code to process TZID in CalendarTimezoneObject

8 years agoGetting the right amount of characters to check for TZID in CalendarTimezoneObject
Steve Brokenshire [Wed, 3 Feb 2016 19:57:39 +0000 (19:57 +0000)]
Getting the right amount of characters to check for TZID in CalendarTimezoneObject

8 years agoCreated the CalendarTimezoneObject.
Steve Brokenshire [Wed, 3 Feb 2016 19:27:48 +0000 (19:27 +0000)]
Created the CalendarTimezoneObject.

8 years agoAdded iCalendarTimezone-Load1.vcf for basic unit testing.
Steve Brokenshire [Wed, 3 Feb 2016 19:23:19 +0000 (19:23 +0000)]
Added iCalendarTimezone-Load1.vcf for basic unit testing.

8 years agoAdded iCalendar Timezone Component Load unit test to the menu.
Steve Brokenshire [Wed, 3 Feb 2016 19:10:49 +0000 (19:10 +0000)]
Added iCalendar Timezone Component Load unit test to the menu.

8 years agoAdded iCalendarTimezone-InvalidPermissions.vcf for unit testing.
Steve Brokenshire [Wed, 3 Feb 2016 19:10:03 +0000 (19:10 +0000)]
Added iCalendarTimezone-InvalidPermissions.vcf for unit testing.

8 years agoAdded code to process X-* in CalendarFreeBusyObject
Steve Brokenshire [Wed, 3 Feb 2016 18:38:52 +0000 (18:38 +0000)]
Added code to process X-* in CalendarFreeBusyObject

8 years agoAdded unit tests for X-* in iCalendarFreeBusy/ObjectDataTests.
Steve Brokenshire [Wed, 3 Feb 2016 18:38:30 +0000 (18:38 +0000)]
Added unit tests for X-* in iCalendarFreeBusy/ObjectDataTests.

8 years agoAdded the X-* property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Wed, 3 Feb 2016 18:38:20 +0000 (18:38 +0000)]
Added the X-* property to iCalendarJournal-Load2.vcf

8 years agoRemoved RequestStatus* from X-* in the derived CalendarObjects
Steve Brokenshire [Wed, 3 Feb 2016 18:35:35 +0000 (18:35 +0000)]
Removed RequestStatus* from X-* in the derived CalendarObjects

8 years agoAdded unit tests for REQUEST-STATUS in iCalendarFreeBusy/ObjectDataTests.
Steve Brokenshire [Wed, 3 Feb 2016 17:49:36 +0000 (17:49 +0000)]
Added unit tests for REQUEST-STATUS in iCalendarFreeBusy/ObjectDataTests.

8 years agoMade sure that the correct variables are fetched in iCalendarEvent unit tests.
Steve Brokenshire [Wed, 3 Feb 2016 17:49:26 +0000 (17:49 +0000)]
Made sure that the correct variables are fetched in iCalendarEvent unit tests.

Swapped ContactList for RequestStatusData in REQUEST-STATUS.

8 years agoAdded the REQUEST-STATUS property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Wed, 3 Feb 2016 17:48:29 +0000 (17:48 +0000)]
Added the REQUEST-STATUS property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the REQUEST-STATUS property in CalendarFreeBusyObject.
Steve Brokenshire [Wed, 3 Feb 2016 17:48:17 +0000 (17:48 +0000)]
Added code to process the REQUEST-STATUS property in CalendarFreeBusyObject.

8 years agoAdded unit tests for ATTENDEE in iCalendarFreeBusy/ObjectDataTests.
Steve Brokenshire [Tue, 2 Feb 2016 23:07:24 +0000 (23:07 +0000)]
Added unit tests for ATTENDEE in iCalendarFreeBusy/ObjectDataTests.

8 years agoAdded the FREEBUSY property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Tue, 2 Feb 2016 23:07:15 +0000 (23:07 +0000)]
Added the FREEBUSY property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the FREEBUSY property in CalendarFreeBusyObject.
Steve Brokenshire [Tue, 2 Feb 2016 23:06:44 +0000 (23:06 +0000)]
Added code to process the FREEBUSY property in CalendarFreeBusyObject.

8 years agoAdded unit tests for COMMENT in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Mon, 1 Feb 2016 21:55:38 +0000 (21:55 +0000)]
Added unit tests for COMMENT in iCalendarJournal/ObjectDataTests.

8 years agoAdded the COMMENT property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Mon, 1 Feb 2016 21:55:30 +0000 (21:55 +0000)]
Added the COMMENT property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the COMMENT property in CalendarFreeBusyObject.
Steve Brokenshire [Mon, 1 Feb 2016 21:55:19 +0000 (21:55 +0000)]
Added code to process the COMMENT property in CalendarFreeBusyObject.

8 years agoAdded unit tests for ATTENDEE in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Mon, 1 Feb 2016 21:39:27 +0000 (21:39 +0000)]
Added unit tests for ATTENDEE in iCalendarJournal/ObjectDataTests.

8 years agoAdded the ATTENDEE property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Mon, 1 Feb 2016 21:39:11 +0000 (21:39 +0000)]
Added the ATTENDEE property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the ATTENDEE property in CalendarFreeBusyObject.
Steve Brokenshire [Mon, 1 Feb 2016 21:34:54 +0000 (21:34 +0000)]
Added code to process the ATTENDEE property in CalendarFreeBusyObject.

8 years agoAdded unit tests for URL in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Mon, 1 Feb 2016 21:22:13 +0000 (21:22 +0000)]
Added unit tests for URL in iCalendarJournal/ObjectDataTests.

8 years agoAdded the URL property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Mon, 1 Feb 2016 21:21:25 +0000 (21:21 +0000)]
Added the URL property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the URL property in CalendarFreeBusyObject.
Steve Brokenshire [Mon, 1 Feb 2016 21:21:16 +0000 (21:21 +0000)]
Added code to process the URL property in CalendarFreeBusyObject.

8 years agoAdded unit tests for ORGANIZER in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Mon, 1 Feb 2016 20:56:42 +0000 (20:56 +0000)]
Added unit tests for ORGANIZER in iCalendarJournal/ObjectDataTests.

8 years agoAdded the ORGANIZER property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Mon, 1 Feb 2016 20:32:17 +0000 (20:32 +0000)]
Added the ORGANIZER property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the ORGANIZER property in CalendarFreeBusyObject.
Steve Brokenshire [Mon, 1 Feb 2016 20:32:07 +0000 (20:32 +0000)]
Added code to process the ORGANIZER property in CalendarFreeBusyObject.

8 years agoAdded unit tests for DTEND in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 18:11:20 +0000 (18:11 +0000)]
Added unit tests for DTEND in iCalendarJournal/ObjectDataTests.

8 years agoAdded the DTEND property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 18:11:05 +0000 (18:11 +0000)]
Added the DTEND property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the DTEND property in CalendarFreeBusyObject.
Steve Brokenshire [Sun, 31 Jan 2016 18:10:55 +0000 (18:10 +0000)]
Added code to process the DTEND property in CalendarFreeBusyObject.

8 years agoAdded unit tests for UID, CONTACT and DTSTART in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 18:05:18 +0000 (18:05 +0000)]
Added unit tests for UID, CONTACT and DTSTART in iCalendarJournal/ObjectDataTests.

8 years agoAdded the UID, DTSTART, CONTACT property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 18:04:55 +0000 (18:04 +0000)]
Added the UID, DTSTART, CONTACT property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the UID, CONTACT and DTSTART property in CalendarFreeBusyObject.
Steve Brokenshire [Sun, 31 Jan 2016 18:04:21 +0000 (18:04 +0000)]
Added code to process the UID, CONTACT and DTSTART property in CalendarFreeBusyObject.

8 years agoAdded the tests/iCalendarFreeBusy-Load2.vcf for unit testing.
Steve Brokenshire [Sun, 31 Jan 2016 17:39:11 +0000 (17:39 +0000)]
Added the tests/iCalendarFreeBusy-Load2.vcf for unit testing.

8 years agoAdded unit tests for DTSTAMP in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 17:38:58 +0000 (17:38 +0000)]
Added unit tests for DTSTAMP in iCalendarJournal/ObjectDataTests.

8 years agoAdded code to process the DTSTAMP property in CalendarFreeBusyObject.
Steve Brokenshire [Sun, 31 Jan 2016 17:38:16 +0000 (17:38 +0000)]
Added code to process the DTSTAMP property in CalendarFreeBusyObject.

8 years agoAdded initial version of the CalendarFreeBusyObject.
Steve Brokenshire [Sun, 31 Jan 2016 17:23:12 +0000 (17:23 +0000)]
Added initial version of the CalendarFreeBusyObject.

8 years agoAdded initial unit tests for the iCalendar Free Busy object.
Steve Brokenshire [Sun, 31 Jan 2016 17:21:54 +0000 (17:21 +0000)]
Added initial unit tests for the iCalendar Free Busy object.

8 years agoAdded iCalendarFreeBusy-Load1.vcf for unit testing.
Steve Brokenshire [Sun, 31 Jan 2016 17:11:05 +0000 (17:11 +0000)]
Added iCalendarFreeBusy-Load1.vcf for unit testing.

8 years agoAdded iCalendar Free Busy unit testing to the unit testing application.
Steve Brokenshire [Sun, 31 Jan 2016 16:42:56 +0000 (16:42 +0000)]
Added iCalendar Free Busy unit testing to the unit testing application.

8 years agoAdded iCalendarFreeBusy-InvalidPermissions.vcf for unit testing.
Steve Brokenshire [Sun, 31 Jan 2016 16:39:40 +0000 (16:39 +0000)]
Added iCalendarFreeBusy-InvalidPermissions.vcf for unit testing.

8 years agoAdded unit tests for X-* in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 15:54:15 +0000 (15:54 +0000)]
Added unit tests for X-* in iCalendarJournal/ObjectDataTests.

8 years agoAdded the X-* property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 15:53:51 +0000 (15:53 +0000)]
Added the X-* property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the X-* property in CalendarJournalObject.
Steve Brokenshire [Sun, 31 Jan 2016 15:53:40 +0000 (15:53 +0000)]
Added code to process the X-* property in CalendarJournalObject.

8 years agoAdded unit tests for REQUEST-STATUS in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 15:51:40 +0000 (15:51 +0000)]
Added unit tests for REQUEST-STATUS in iCalendarJournal/ObjectDataTests.

8 years agoAdded the REQUEST-STATUS property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 15:51:21 +0000 (15:51 +0000)]
Added the REQUEST-STATUS property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the REQUEST-STATUS property in CalendarJournalObject.
Steve Brokenshire [Sun, 31 Jan 2016 15:51:09 +0000 (15:51 +0000)]
Added code to process the REQUEST-STATUS property in CalendarJournalObject.

8 years agoAdded unit tests for RDATE in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 15:47:54 +0000 (15:47 +0000)]
Added unit tests for RDATE in iCalendarJournal/ObjectDataTests.

8 years agoAdded the RDATE property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 15:47:47 +0000 (15:47 +0000)]
Added the RDATE property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the RDATE property in CalendarJournalObject.
Steve Brokenshire [Sun, 31 Jan 2016 15:47:13 +0000 (15:47 +0000)]
Added code to process the RDATE property in CalendarJournalObject.

8 years agoAdded unit tests for RELATED-TO in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 15:43:43 +0000 (15:43 +0000)]
Added unit tests for RELATED-TO in iCalendarJournal/ObjectDataTests.

8 years agoAdded the RELATED-TO property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 15:43:32 +0000 (15:43 +0000)]
Added the RELATED-TO property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the RELATED-TO property in CalendarJournalObject.
Steve Brokenshire [Sun, 31 Jan 2016 15:43:21 +0000 (15:43 +0000)]
Added code to process the RELATED-TO property in CalendarJournalObject.

8 years agoAdded unit tests for EXDATE in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 15:37:43 +0000 (15:37 +0000)]
Added unit tests for EXDATE in iCalendarJournal/ObjectDataTests.

8 years agoAdded the EXDATE property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 15:37:30 +0000 (15:37 +0000)]
Added the EXDATE property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the EXDATE property in CalendarJournalObject.
Steve Brokenshire [Sun, 31 Jan 2016 15:37:20 +0000 (15:37 +0000)]
Added code to process the EXDATE property in CalendarJournalObject.

8 years agoAdded unit tests for DESCRIPTION in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 15:31:53 +0000 (15:31 +0000)]
Added unit tests for DESCRIPTION in iCalendarJournal/ObjectDataTests.

8 years agoAdded the DESCRIPTION property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 15:31:34 +0000 (15:31 +0000)]
Added the DESCRIPTION property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the DESCRIPTION property in CalendarJournalObject.
Steve Brokenshire [Sun, 31 Jan 2016 15:31:23 +0000 (15:31 +0000)]
Added code to process the DESCRIPTION property in CalendarJournalObject.

8 years agoAdded unit tests for CONTACT in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 15:14:49 +0000 (15:14 +0000)]
Added unit tests for CONTACT in iCalendarJournal/ObjectDataTests.

8 years agoAdded the CONTACT property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 15:14:42 +0000 (15:14 +0000)]
Added the CONTACT property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the CONTACT property in CalendarJournalObject.
Steve Brokenshire [Sun, 31 Jan 2016 15:14:32 +0000 (15:14 +0000)]
Added code to process the CONTACT property in CalendarJournalObject.

8 years agoAdded unit tests for CATEGORIES and COMMENT in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 15:12:23 +0000 (15:12 +0000)]
Added unit tests for CATEGORIES and COMMENT in iCalendarJournal/ObjectDataTests.

8 years agoAdded the CATEGORIES and COMMENT property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 15:12:14 +0000 (15:12 +0000)]
Added the CATEGORIES and COMMENT property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the CATEGORIES and COMMENT property in CalendarJournalObject.
Steve Brokenshire [Sun, 31 Jan 2016 15:12:01 +0000 (15:12 +0000)]
Added code to process the CATEGORIES and COMMENT property in CalendarJournalObject.

8 years agoAdded unit tests for ATTENDEE in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 15:08:49 +0000 (15:08 +0000)]
Added unit tests for ATTENDEE in iCalendarJournal/ObjectDataTests.

8 years agoAdded the ATTENDEE property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 15:08:38 +0000 (15:08 +0000)]
Added the ATTENDEE property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the ATTENDEE property in CalendarJournalObject.
Steve Brokenshire [Sun, 31 Jan 2016 15:08:28 +0000 (15:08 +0000)]
Added code to process the ATTENDEE property in CalendarJournalObject.

8 years agoAdded unit tests for ATTACH in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 15:05:58 +0000 (15:05 +0000)]
Added unit tests for ATTACH in iCalendarJournal/ObjectDataTests.

8 years agoAdded the ATTACH property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 15:05:41 +0000 (15:05 +0000)]
Added the ATTACH property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the ATTACH property in CalendarJournalObject.
Steve Brokenshire [Sun, 31 Jan 2016 15:05:29 +0000 (15:05 +0000)]
Added code to process the ATTACH property in CalendarJournalObject.

8 years agoAdded unit tests for RRULE in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 15:03:21 +0000 (15:03 +0000)]
Added unit tests for RRULE in iCalendarJournal/ObjectDataTests.

8 years agoAdded the RRULE property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 15:03:12 +0000 (15:03 +0000)]
Added the RRULE property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the RRULE property in CalendarJournalObject.
Steve Brokenshire [Sun, 31 Jan 2016 15:03:04 +0000 (15:03 +0000)]
Added code to process the RRULE property in CalendarJournalObject.

8 years agoAdded unit tests for SUMMARY and URL in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 15:00:20 +0000 (15:00 +0000)]
Added unit tests for SUMMARY and URL in iCalendarJournal/ObjectDataTests.

8 years agoAdded the SUMMARY and URL properties to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 15:00:09 +0000 (15:00 +0000)]
Added the SUMMARY and URL properties to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the SUMMARY property in CalendarJournalObject.
Steve Brokenshire [Sun, 31 Jan 2016 14:59:54 +0000 (14:59 +0000)]
Added code to process the SUMMARY property in CalendarJournalObject.

8 years agoAdded the STATUS property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 14:54:57 +0000 (14:54 +0000)]
Added the STATUS property to iCalendarJournal-Load2.vcf

8 years agoAdded unit tests for STATUS in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 14:54:48 +0000 (14:54 +0000)]
Added unit tests for STATUS in iCalendarJournal/ObjectDataTests.

8 years agoAdded the STATUS property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 14:53:29 +0000 (14:53 +0000)]
Added the STATUS property to iCalendarJournal-Load2.vcf

8 years agoAdded unit tests for SEQUENCE in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 14:52:23 +0000 (14:52 +0000)]
Added unit tests for SEQUENCE in iCalendarJournal/ObjectDataTests.

8 years agoAdded the SEQUENCE property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 14:52:12 +0000 (14:52 +0000)]
Added the SEQUENCE property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the SEQUENCE property in CalendarJournalObject.
Steve Brokenshire [Sun, 31 Jan 2016 14:52:01 +0000 (14:52 +0000)]
Added code to process the SEQUENCE property in CalendarJournalObject.

8 years agoAdded unit tests for RECURRENCE-ID in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 14:50:16 +0000 (14:50 +0000)]
Added unit tests for RECURRENCE-ID in iCalendarJournal/ObjectDataTests.

8 years agoAdded the RECURRENCE-ID property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 14:50:06 +0000 (14:50 +0000)]
Added the RECURRENCE-ID property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the RECURRENCE-ID property in CalendarJournalObject.
Steve Brokenshire [Sun, 31 Jan 2016 14:49:55 +0000 (14:49 +0000)]
Added code to process the RECURRENCE-ID property in CalendarJournalObject.

8 years agoReplaced unit tests for LOCATION with ORGANIZER for ContactJournalObject.
Steve Brokenshire [Sun, 31 Jan 2016 14:46:58 +0000 (14:46 +0000)]
Replaced unit tests for LOCATION with ORGANIZER for ContactJournalObject.

8 years agoReplaced LOCATION with ORGANIZER for tests/iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 14:46:09 +0000 (14:46 +0000)]
Replaced LOCATION with ORGANIZER for tests/iCalendarJournal-Load2.vcf

8 years agoReplaced LOCATION with ORGANIZER for CalendarJournalObject.
Steve Brokenshire [Sun, 31 Jan 2016 14:45:46 +0000 (14:45 +0000)]
Replaced LOCATION with ORGANIZER for CalendarJournalObject.

8 years agoAdded unit tests for LOCATION in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 14:42:53 +0000 (14:42 +0000)]
Added unit tests for LOCATION in iCalendarJournal/ObjectDataTests.

8 years agoAdded the LOCATION property to iCalendarJournal-Load2.vcf
Steve Brokenshire [Sun, 31 Jan 2016 14:42:43 +0000 (14:42 +0000)]
Added the LOCATION property to iCalendarJournal-Load2.vcf

8 years agoAdded code to process the LOCATION property in CalendarJournalObject.
Steve Brokenshire [Sun, 31 Jan 2016 14:42:33 +0000 (14:42 +0000)]
Added code to process the LOCATION property in CalendarJournalObject.

8 years agoAdded unit tests for DTSTART and LAST-MODIFIED in iCalendarJournal/ObjectDataTests.
Steve Brokenshire [Sun, 31 Jan 2016 14:39:20 +0000 (14:39 +0000)]
Added unit tests for DTSTART and LAST-MODIFIED in iCalendarJournal/ObjectDataTests.

Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy