Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18919] Windows: Implement Ti.Calendar.Calendar

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionWon't Do
Resolution Date2020-06-30T14:42:55.000+0000
Affected Version/sRelease 8.0.0
Fix Version/sn/a
ComponentsWindows
Labelsn/a
ReporterChristopher Williams
AssigneeChristopher Williams
Created2015-05-19T17:22:10.000+0000
Updated2020-06-30T14:42:55.000+0000

Description

http://docs.appcelerator.com/platform/latest/#!/api/Titanium.Calendar.Calendar 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

- hidden : Boolean READONLY Indicates whether this calendar can be edited or deleted. - id : String READONLY Identifier of this calendar. ... - name : String READONLY Display name of this calendar. - selected : Boolean READONLY Indicates whether the calendar is selected.

Methods

- createEvent( properties ) : Titanium.Calendar.Event Creates an event in this calendar. ... - getEventById( id ) : Titanium.Calendar.Event Gets the event with the specified identifier. ... - getEventsBetweenDates( date1, date2 ) : Titanium.Calendar.Event[] Gets events that occur between two dates. ... - getEventsInDate( year, month, day ) : Titanium.Calendar.Event[] Gets events that occur on a specified date. ... - getEventsInMonth( year, month ) : Titanium.Calendar.Event[] Gets events that occur during a specified month. ... - getEventsInYear( year ) : Titanium.Calendar.Event[] Gets all events that occur during a specified year. ...

Comments

  1. Kota Iguchi 2019-07-25

    https://github.com/appcelerator/titanium_mobile_windows/pull/1403

JSON Source