Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
xestiacalendar/.git
7 years agoAdded initial forms
Steve Brokenshire [Wed, 16 Nov 2016 20:06:33 +0000 (20:06 +0000)]
Added initial forms

7 years agoUpdated unit testing files
Steve Brokenshire [Wed, 16 Nov 2016 20:02:08 +0000 (20:02 +0000)]
Updated unit testing files

7 years agoMoved DeselectOthersEvent setup to the XCCalendarDay constructor.
Steve Brokenshire [Sun, 17 Jul 2016 14:17:47 +0000 (15:17 +0100)]
Moved DeselectOthersEvent setup to the XCCalendarDay constructor.

7 years agoAdded the DeselectOthersEvent function to XCCalendarMonthView
Steve Brokenshire [Sat, 16 Jul 2016 21:57:41 +0000 (22:57 +0100)]
Added the DeselectOthersEvent function to XCCalendarMonthView

7 years agoAdded XCCalendarMonthView* param to the XCCalendarDay::SetupControl function
Steve Brokenshire [Sat, 16 Jul 2016 21:14:45 +0000 (22:14 +0100)]
Added XCCalendarMonthView* param to the XCCalendarDay::SetupControl function

7 years agoForward delcared XCCalendarDay in XCCalendarMonthView
Steve Brokenshire [Sat, 16 Jul 2016 21:08:29 +0000 (22:08 +0100)]
Forward delcared XCCalendarDay in XCCalendarMonthView

7 years agoIncluded and forward delcared XCCalendarMonthView in XCCalendarDay
Steve Brokenshire [Sat, 16 Jul 2016 21:07:55 +0000 (22:07 +0100)]
Included and forward delcared XCCalendarMonthView in XCCalendarDay

7 years agoReceivedBufferString in CalDAVReceive not required.
Steve Brokenshire [Sat, 16 Jul 2016 06:04:23 +0000 (07:04 +0100)]
ReceivedBufferString in CalDAVReceive not required.

7 years agoAdded code for application to display XCCalendarDay on it's own
Steve Brokenshire [Sun, 26 Jun 2016 14:32:19 +0000 (15:32 +0100)]
Added code for application to display XCCalendarDay on it's own

7 years agoUpdated testing GUI build script
Steve Brokenshire [Sun, 26 Jun 2016 14:31:21 +0000 (15:31 +0100)]
Updated testing GUI build script

7 years agoAdded unit tests for testing February 2100 (not a leap year).
Steve Brokenshire [Sun, 26 Jun 2016 14:25:52 +0000 (15:25 +0100)]
Added unit tests for testing February 2100 (not a leap year).

7 years agoAdded unit tests to check the IsInMonth value for the second month.
Steve Brokenshire [Sun, 26 Jun 2016 14:10:02 +0000 (15:10 +0100)]
Added unit tests to check the IsInMonth value for the second month.

7 years agoAdded unit tests to check the IsInMonth value for the first month.
Steve Brokenshire [Sun, 26 Jun 2016 13:43:29 +0000 (14:43 +0100)]
Added unit tests to check the IsInMonth value for the first month.

7 years agoAdded second test for a leap year when generating a month grid
Steve Brokenshire [Sun, 26 Jun 2016 12:44:12 +0000 (13:44 +0100)]
Added second test for a leap year when generating a month grid

7 years agoAdded events for selecting a calendar event in the XCCalendarDayEntry class
Steve Brokenshire [Sun, 26 Jun 2016 12:43:18 +0000 (13:43 +0100)]
Added events for selecting a calendar event in the XCCalendarDayEntry class

7 years agoAdded the SetupControl function for the XCCalendarDay class
Steve Brokenshire [Sun, 26 Jun 2016 12:41:37 +0000 (13:41 +0100)]
Added the SetupControl function for the XCCalendarDay class

7 years agoUpdated Repaint function of XCCalendarDay.
Steve Brokenshire [Sun, 26 Jun 2016 12:36:54 +0000 (13:36 +0100)]
Updated Repaint function of XCCalendarDay.

The Repaint function of the XCCalendarDay now checks if the IsInMonth
boolean is set and draws the background colours accordingly.

7 years agoXCCalendarDay changed from wxFrame to wxPanel
Steve Brokenshire [Sun, 26 Jun 2016 12:24:56 +0000 (13:24 +0100)]
XCCalendarDay changed from wxFrame to wxPanel

7 years agoAdded code for application to display XCCalendarMonthView on it's own
Steve Brokenshire [Sun, 26 Jun 2016 12:12:47 +0000 (13:12 +0100)]
Added code for application to display XCCalendarMonthView on it's own

7 years agoAdded the XCCalendarMonthViewDayTitle class
Steve Brokenshire [Sun, 26 Jun 2016 11:06:46 +0000 (12:06 +0100)]
Added the XCCalendarMonthViewDayTitle class

7 years agoAdded the XCCalendarMonthView class
Steve Brokenshire [Sun, 26 Jun 2016 10:40:47 +0000 (11:40 +0100)]
Added the XCCalendarMonthView class

7 years agoCorrected code for generating the month view grid in leap years.
Steve Brokenshire [Sun, 26 Jun 2016 10:11:36 +0000 (11:11 +0100)]
Corrected code for generating the month view grid in leap years.

7 years agoRemove inclusion of iostream in functions for monthviewgen.h
Steve Brokenshire [Sun, 26 Jun 2016 10:10:51 +0000 (11:10 +0100)]
Remove inclusion of iostream in functions for monthviewgen.h

7 years agoAdded monthviewgen.cpp to build.sh
Steve Brokenshire [Sun, 19 Jun 2016 22:26:19 +0000 (23:26 +0100)]
Added monthviewgen.cpp to build.sh

7 years agoAdded code and first unit tests for the GenerateMonthGrid function
Steve Brokenshire [Sun, 19 Jun 2016 22:25:59 +0000 (23:25 +0100)]
Added code and first unit tests for the GenerateMonthGrid function

7 years agoAdded initial events for Xestia Calendar.
Steve Brokenshire [Sun, 19 Jun 2016 22:20:00 +0000 (23:20 +0100)]
Added initial events for Xestia Calendar.

Initial events for the XCCalendarDay and XCCalendarDayEntry widgets.

7 years agoAdded code and unit tests for the PreviousMonthNumberofDays function
Steve Brokenshire [Sun, 19 Jun 2016 09:55:47 +0000 (10:55 +0100)]
Added code and unit tests for the PreviousMonthNumberofDays function

7 years agoAdded build shell scripts for unit testing and GUI building
Steve Brokenshire [Sat, 18 Jun 2016 22:36:17 +0000 (23:36 +0100)]
Added build shell scripts for unit testing and GUI building

Please do not rely on these script - they will be removed and replaced
with proper Makefiles at a later date.

7 years agoImages for the XCCalendarDay and XCCalendarDayEntry widget
Steve Brokenshire [Sat, 18 Jun 2016 22:33:50 +0000 (23:33 +0100)]
Images for the XCCalendarDay and XCCalendarDayEntry widget

7 years agoInitial version of the XCCalendarDayEntry widget
Steve Brokenshire [Sat, 18 Jun 2016 22:33:21 +0000 (23:33 +0100)]
Initial version of the XCCalendarDayEntry widget

Basic version. Will be changed as progress is made on Xestia Calendar.

7 years agoSet default values for the colours/alpha in the Colour struct
Steve Brokenshire [Sat, 18 Jun 2016 22:31:47 +0000 (23:31 +0100)]
Set default values for the colours/alpha in the Colour struct

7 years agoInitial version of the XCCalendarDay widget
Steve Brokenshire [Sat, 18 Jun 2016 22:31:19 +0000 (23:31 +0100)]
Initial version of the XCCalendarDay widget

Basic version. Will be changed as progress is made on Xestia Calendar.

7 years agoAdded X-Token property for saving data from a CalendarTimezoneObject.
Steve Brokenshire [Sun, 12 Jun 2016 00:00:48 +0000 (01:00 +0100)]
Added X-Token property for saving data from a CalendarTimezoneObject.

Added the code and unit tests for the X-Token property in both
STANDARD and DAYLIGHT timezone types.

7 years agoAdded TZNAME property for saving data from a CalendarTimezoneObject.
Steve Brokenshire [Sat, 11 Jun 2016 22:10:19 +0000 (23:10 +0100)]
Added TZNAME property for saving data from a CalendarTimezoneObject.

Added the code and unit tests for the TZNAME property in both
STANDARD and DAYLIGHT timezone types.

7 years agoRenamed CommentListSeek integer to RecurranceDataSeek for RDATE
Steve Brokenshire [Sat, 11 Jun 2016 22:05:50 +0000 (23:05 +0100)]
Renamed CommentListSeek integer to RecurranceDataSeek for RDATE

Renaming of CommentListSeek integer to RecurranceDataSeek for RDATE
applies to the STANDARD and DAYLIGHT sections.

7 years agoAdded RDATE property for saving data from a CalendarTimezoneObject.
Steve Brokenshire [Sat, 11 Jun 2016 21:41:38 +0000 (22:41 +0100)]
Added RDATE property for saving data from a CalendarTimezoneObject.

Added the code and unit tests for the RDATE property in both
STANDARD and DAYLIGHT timezone types.

7 years agoAdded COMMENT property for saving data from a CalendarTimezoneObject.
Steve Brokenshire [Sat, 11 Jun 2016 10:00:07 +0000 (11:00 +0100)]
Added COMMENT property for saving data from a CalendarTimezoneObject.

Added the code and unit tests for the COMMENT property in both
STANDARD and DAYLIGHT timezone types.

7 years agoAdded RRULE property for saving data from a CalendarTimezoneObject.
Steve Brokenshire [Sat, 11 Jun 2016 09:31:55 +0000 (10:31 +0100)]
Added RRULE property for saving data from a CalendarTimezoneObject.

Added the code and unit tests for the RRULE property in both
STANDARD and DAYLIGHT timezone types.

7 years agoAdded TZOFFSETTO property for saving data from a CalendarTimezoneObject.
Steve Brokenshire [Sat, 11 Jun 2016 09:16:45 +0000 (10:16 +0100)]
Added TZOFFSETTO property for saving data from a CalendarTimezoneObject.

Added the code and unit tests for the TZOFFSETTO property in both
STANDARD and DAYLIGHT timezone types.

7 years agoAdded TZOFFSETFROM property for saving data from a CalendarTimezoneObject.
Steve Brokenshire [Sat, 11 Jun 2016 09:09:26 +0000 (10:09 +0100)]
Added TZOFFSETFROM property for saving data from a CalendarTimezoneObject.

Added the code and unit tests for the TZOFFSETFROM property in both
STANDARD and DAYLIGHT timezone types.

7 years agoCorrected comment looking for DTSTAMP when it was looking for TZID.
Steve Brokenshire [Sat, 11 Jun 2016 08:55:58 +0000 (09:55 +0100)]
Corrected comment looking for DTSTAMP when it was looking for TZID.

When loading the data for a CalendarTimezoneObject, we are looking for
TZID not DTSTAMP.

7 years agoAdded DTSTART property for saving data from a CalendarTimezoneObject.
Steve Brokenshire [Sat, 11 Jun 2016 08:53:49 +0000 (09:53 +0100)]
Added DTSTART property for saving data from a CalendarTimezoneObject.

Added the code and unit tests for the DTSTART property in both STANDARD
and DAYLIGHT timezone types.

7 years agoAdded TZURL property for saving data from a CalendarTimezoneObject.
Steve Brokenshire [Thu, 9 Jun 2016 22:32:48 +0000 (23:32 +0100)]
Added TZURL property for saving data from a CalendarTimezoneObject.

Added the code and unit tests for the TZURL property.

7 years agoAdded LAST-MODIFIED property for saving data from a CalendarTimezoneObject.
Steve Brokenshire [Thu, 9 Jun 2016 21:40:45 +0000 (22:40 +0100)]
Added LAST-MODIFIED property for saving data from a CalendarTimezoneObject.

Added the code and unit tests for the LAST-MODIFIED property.

7 years agoAdded initial tests for the iCalendarTimezone-Load2.vcf
Steve Brokenshire [Thu, 9 Jun 2016 21:37:59 +0000 (22:37 +0100)]
Added initial tests for the iCalendarTimezone-Load2.vcf

7 years agoMoved TZID in iCalendarTimezone-Load1.vcf into VTIMEZONE.
Steve Brokenshire [Thu, 9 Jun 2016 21:08:37 +0000 (22:08 +0100)]
Moved TZID in iCalendarTimezone-Load1.vcf into VTIMEZONE.

7 years agoAdded TZID property for saving data from a CalendarTaskObject.
Steve Brokenshire [Thu, 9 Jun 2016 21:04:12 +0000 (22:04 +0100)]
Added TZID property for saving data from a CalendarTaskObject.

Added the code and unit tests for the TZID property.

7 years agoAdded menu option for unit testing saving timezone information
Steve Brokenshire [Thu, 9 Jun 2016 20:05:36 +0000 (21:05 +0100)]
Added menu option for unit testing saving timezone information

7 years agoCorrected file description for xestiacalendar_icaljournalsave.h
Steve Brokenshire [Thu, 9 Jun 2016 18:59:00 +0000 (19:59 +0100)]
Corrected file description for xestiacalendar_icaljournalsave.h

7 years agoAdded DURATION property for saving data from a CalendarTaskObject.
Steve Brokenshire [Tue, 7 Jun 2016 22:30:13 +0000 (23:30 +0100)]
Added DURATION property for saving data from a CalendarTaskObject.

Added the code and unit tests for the DURATION property.

7 years agoAdded X-Token property for saving data from a CalendarTaskObject.
Steve Brokenshire [Tue, 7 Jun 2016 22:01:28 +0000 (23:01 +0100)]
Added X-Token property for saving data from a CalendarTaskObject.

Added the code and unit tests for the X-Token property.

7 years agoAdded VALARM properties for saving data from a CalendarTaskObject.
Steve Brokenshire [Tue, 7 Jun 2016 20:15:42 +0000 (21:15 +0100)]
Added VALARM properties for saving data from a CalendarTaskObject.

Added the code and unit tests for the VALARM properties.

7 years agoAdded RDATE property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 22:21:53 +0000 (23:21 +0100)]
Added RDATE property for saving data from a CalendarTaskObject.

Added the code and unit tests for the RDATE property.

7 years agoAdded RESOURCES property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 22:17:34 +0000 (23:17 +0100)]
Added RESOURCES property for saving data from a CalendarTaskObject.

Added the code and unit tests for the RESOURCES property.

7 years agoAdded RELATED-TO property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 22:15:07 +0000 (23:15 +0100)]
Added RELATED-TO property for saving data from a CalendarTaskObject.

Added the code and unit tests for the RELATED-TO property.

7 years agoAdded REQUEST-STATUS property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 22:13:52 +0000 (23:13 +0100)]
Added REQUEST-STATUS property for saving data from a CalendarTaskObject.

Added the code and unit tests for the REQUEST-STATUS property.

7 years agoAdded EXDATE property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 22:12:44 +0000 (23:12 +0100)]
Added EXDATE property for saving data from a CalendarTaskObject.

Added the code and unit tests for the EXDATE property.

7 years agoAdded CONTACT property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 22:10:20 +0000 (23:10 +0100)]
Added CONTACT property for saving data from a CalendarTaskObject.

Added the code and unit tests for the CONTACT property.

7 years agoAdded COMMENT property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 22:08:15 +0000 (23:08 +0100)]
Added COMMENT property for saving data from a CalendarTaskObject.

Added the code and unit tests for the COMMENT property.

7 years agoAdded CATEGORIES property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 22:07:00 +0000 (23:07 +0100)]
Added CATEGORIES property for saving data from a CalendarTaskObject.

Added the code and unit tests for the CATEGORIES property.

7 years agoAdded ATTENDEE property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 22:04:36 +0000 (23:04 +0100)]
Added ATTENDEE property for saving data from a CalendarTaskObject.

Added the code and unit tests for the ATTENDEE property.

7 years agoAdded ATTACH property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 22:02:44 +0000 (23:02 +0100)]
Added ATTACH property for saving data from a CalendarTaskObject.

Added the code and unit tests for the ATTACH property.

7 years agoAdded DUE property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 21:59:15 +0000 (22:59 +0100)]
Added DUE property for saving data from a CalendarTaskObject.

Added the code and unit tests for the DUE property.

7 years agoAdded RRULE property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 21:49:40 +0000 (22:49 +0100)]
Added RRULE property for saving data from a CalendarTaskObject.

Added the code and unit tests for the RRULE property.

7 years agoAdded URL property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 21:48:15 +0000 (22:48 +0100)]
Added URL property for saving data from a CalendarTaskObject.

Added the code and unit tests for the URL property.

7 years agoAdded SUMMARY property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 21:44:57 +0000 (22:44 +0100)]
Added SUMMARY property for saving data from a CalendarTaskObject.

Added the code and unit tests for the SUMMARY property.

7 years agoAdded STATUS property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 21:38:08 +0000 (22:38 +0100)]
Added STATUS property for saving data from a CalendarTaskObject.

Added the code and unit tests for the STATUS property.

7 years agoAdded SEQUENCE property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 21:36:18 +0000 (22:36 +0100)]
Added SEQUENCE property for saving data from a CalendarTaskObject.

Added the code and unit tests for the SEQUENCE property.

7 years agoAdded RECURRENCE-ID property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 21:34:55 +0000 (22:34 +0100)]
Added RECURRENCE-ID property for saving data from a CalendarTaskObject.

Added the code and unit tests for the RECURRENCE-ID property.

7 years agoAdded PRIORITY property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 21:32:08 +0000 (22:32 +0100)]
Added PRIORITY property for saving data from a CalendarTaskObject.

Added the code and unit tests for the PRIORITY property.

7 years agoAdded PERCENT-COMPLETE property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 21:31:55 +0000 (22:31 +0100)]
Added PERCENT-COMPLETE property for saving data from a CalendarTaskObject.

Added the code and unit tests for the PERCENT-COMPLETE property.

7 years agoAdded ORGANIZER property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 21:10:08 +0000 (22:10 +0100)]
Added ORGANIZER property for saving data from a CalendarTaskObject.

Added the code and unit tests for the ORGANIZER property.

7 years agoAdded LOCATION property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 21:08:01 +0000 (22:08 +0100)]
Added LOCATION property for saving data from a CalendarTaskObject.

Added the code and unit tests for the LOCATION property.

7 years agoAdded LAST-MODIFIED property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 21:03:43 +0000 (22:03 +0100)]
Added LAST-MODIFIED property for saving data from a CalendarTaskObject.

Added the code and unit tests for the LAST-MODIFIED property.

7 years agoAdded GEO property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 21:00:10 +0000 (22:00 +0100)]
Added GEO property for saving data from a CalendarTaskObject.

Added the code and unit tests for the GEO property.

7 years agoAdded DTSTART property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 20:54:28 +0000 (21:54 +0100)]
Added DTSTART property for saving data from a CalendarTaskObject.

Added the code and unit tests for the DTSTART property.

7 years agoAdded DESCRIPTION property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 20:51:40 +0000 (21:51 +0100)]
Added DESCRIPTION property for saving data from a CalendarTaskObject.

Added the code and unit tests for the DESCRIPTION property.

7 years agoAdded CREATED property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 20:46:31 +0000 (21:46 +0100)]
Added CREATED property for saving data from a CalendarTaskObject.

Added the code and unit tests for the CREATED property.

7 years agoAdded COMPLETED property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 20:42:44 +0000 (21:42 +0100)]
Added COMPLETED property for saving data from a CalendarTaskObject.

Added the code and unit tests for the COMPLETED property.

7 years agoAdded CLASS property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 20:40:36 +0000 (21:40 +0100)]
Added CLASS property for saving data from a CalendarTaskObject.

Added the code and unit tests for the CLASS property.

7 years agoAdded DTSTAMP property for saving data from a CalendarTaskObject.
Steve Brokenshire [Mon, 6 Jun 2016 20:33:13 +0000 (21:33 +0100)]
Added DTSTAMP property for saving data from a CalendarTaskObject.

Added the code and unit tests for the DTSTAMP property.

7 years agoAdded initial code and UID unit test for the CalendarTaskObject
Steve Brokenshire [Mon, 6 Jun 2016 20:29:49 +0000 (21:29 +0100)]
Added initial code and UID unit test for the CalendarTaskObject

7 years agoAdded menu option for unit testing saving task information
Steve Brokenshire [Mon, 6 Jun 2016 20:29:07 +0000 (21:29 +0100)]
Added menu option for unit testing saving task information

7 years agoAdded X-Token property for saving data from a CalendarJournalObject.
Steve Brokenshire [Sun, 5 Jun 2016 23:08:07 +0000 (00:08 +0100)]
Added X-Token property for saving data from a CalendarJournalObject.

Added the code and unit tests for the X-Token property.

7 years agoAdded REQUEST-STATUS property for saving data from a CalendarJournalObject.
Steve Brokenshire [Sun, 5 Jun 2016 23:03:23 +0000 (00:03 +0100)]
Added REQUEST-STATUS property for saving data from a CalendarJournalObject.

Added the code and unit tests for the REQUEST-STATUS property.

7 years agoAdded RDATE property for saving data from a CalendarJournalObject.
Steve Brokenshire [Sun, 5 Jun 2016 23:02:57 +0000 (00:02 +0100)]
Added RDATE property for saving data from a CalendarJournalObject.

Added the code and unit tests for the RDATE property.

7 years agoAdded RELATED-TO property for saving data from a CalendarJournalObject.
Steve Brokenshire [Sun, 5 Jun 2016 22:57:22 +0000 (23:57 +0100)]
Added RELATED-TO property for saving data from a CalendarJournalObject.

Added the code and unit tests for the RELATED-TO property.

7 years agoAdded EXDATE property for saving data from a CalendarJournalObject.
Steve Brokenshire [Sun, 5 Jun 2016 22:55:24 +0000 (23:55 +0100)]
Added EXDATE property for saving data from a CalendarJournalObject.

Added the code and unit tests for the EXDATE property.

7 years agoAdded DESCRIPTION property for saving data from a CalendarJournalObject.
Steve Brokenshire [Sun, 5 Jun 2016 22:53:21 +0000 (23:53 +0100)]
Added DESCRIPTION property for saving data from a CalendarJournalObject.

Added the code and unit tests for the DESCRIPTION property.

7 years agoAdded CONTACT property for saving data from a CalendarJournalObject.
Steve Brokenshire [Sun, 5 Jun 2016 22:46:33 +0000 (23:46 +0100)]
Added CONTACT property for saving data from a CalendarJournalObject.

Added the code and unit tests for the CONTACT property.

7 years agoAdded COMMENT property for saving data from a CalendarJournalObject.
Steve Brokenshire [Sun, 5 Jun 2016 22:45:06 +0000 (23:45 +0100)]
Added COMMENT property for saving data from a CalendarJournalObject.

Added the code and unit tests for the COMMENT property.

7 years agoAdded CATEGORIES property for saving data from a CalendarJournalObject.
Steve Brokenshire [Sun, 5 Jun 2016 22:41:23 +0000 (23:41 +0100)]
Added CATEGORIES property for saving data from a CalendarJournalObject.

Added the code and unit tests for the CATEGORIES property.

7 years agoAdded ATTENDEE property for saving data from a CalendarJournalObject.
Steve Brokenshire [Sun, 5 Jun 2016 22:38:43 +0000 (23:38 +0100)]
Added ATTENDEE property for saving data from a CalendarJournalObject.

Added the code and unit tests for the ATTENDEE property.

7 years agoAdded ATTACH property for saving data from a CalendarJournalObject.
Steve Brokenshire [Sun, 5 Jun 2016 22:36:07 +0000 (23:36 +0100)]
Added ATTACH property for saving data from a CalendarJournalObject.

Added the code and unit tests for the ATTACH property.

7 years agoAdded RRULE property for saving data from a CalendarJournalObject.
Steve Brokenshire [Sun, 5 Jun 2016 22:35:45 +0000 (23:35 +0100)]
Added RRULE property for saving data from a CalendarJournalObject.

Added the code and unit tests for the RRULE property.

7 years agoAdded URL property for saving data from a CalendarJournalObject.
Steve Brokenshire [Sun, 5 Jun 2016 22:30:09 +0000 (23:30 +0100)]
Added URL property for saving data from a CalendarJournalObject.

Added the code and unit tests for the URL property.

7 years agoAdded STATUS property for saving data from a CalendarJournalObject.
Steve Brokenshire [Sun, 5 Jun 2016 22:28:18 +0000 (23:28 +0100)]
Added STATUS property for saving data from a CalendarJournalObject.

Added the code and unit tests for the STATUS property.

7 years agoAdded SEQUENCE property for saving data from a CalendarJournalObject.
Steve Brokenshire [Sun, 5 Jun 2016 22:25:41 +0000 (23:25 +0100)]
Added SEQUENCE property for saving data from a CalendarJournalObject.

Added the code and unit tests for the SEQUENCE property.

7 years agoAdded RECURRENCE-ID property for saving data from a CalendarJournalObject.
Steve Brokenshire [Sun, 5 Jun 2016 22:24:11 +0000 (23:24 +0100)]
Added RECURRENCE-ID property for saving data from a CalendarJournalObject.

Added the code and unit tests for the RECURRENCE-ID property.

7 years agoAdded ORGANIZER property for saving data from a CalendarJournalObject.
Steve Brokenshire [Sun, 5 Jun 2016 22:22:10 +0000 (23:22 +0100)]
Added ORGANIZER property for saving data from a CalendarJournalObject.

Added the code and unit tests for the ORGANIZER property.

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