Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18921] Windows: Implement Ti.Calendar.RecurrenceRule

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionWon't Do
Resolution Date2020-01-23T18:48:26.000+0000
Affected Version/sRelease 8.0.0
Fix Version/sn/a
ComponentsWindows
Labelsn/a
ReporterChristopher Williams
AssigneeChristopher Williams
Created2015-05-19T17:22:47.000+0000
Updated2020-01-23T18:48:26.000+0000

Description

http://docs.appcelerator.com/platform/latest/#!/api/Titanium.Calendar.RecurrenceRule https://msdn.microsoft.com/en-us/library/windows/apps/xaml/dn631243.aspx https://msdn.microsoft.com/en-us/library/windows/apps/windows.applicationmodel.appointments.aspx

Properties

- calendarID : String READONLY Identifier for the recurrence rule's calendar. - daysOfTheMonth : Number[] READONLY The days of the month that the event occurs, as an array of number objects. ... - daysOfTheWeek : daysOfTheWeekDictionary READONLY The days of the week that the event occurs, as an Dictionay of daysOfWeek and Week. - daysOfTheYear : Number[] READONLY The days of the year that the event occurs, as an array of number objects. ... - end : recurrenceEndDictionary READONLY End of a recurrence rule. - frequency : Number READONLY Frequency of the recurrence rule. ... - interval : Number READONLY The interval between instances of this recurrence. ... - monthsOfTheYear : Number[] READONLY The months of the year that the event occurs, as an array of Number objects. ... - setPositions : Number[] READONLY An array of ordinal numbers that filters which recurrences to include in the recurrence rule's frequency. ... - weeksOfTheYear : Number[] READONLY The weeks of the year that the event occurs, as an array of number objects. ...

Comments

No comments

JSON Source