Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18920] Windows: Implement Ti.Calendar.Event

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

Description

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

- alerts : Titanium.Calendar.Alert[] Alarms associated with the calendar item, as an array of Titanium.Calendar.Alert objects. - allDay : Boolean Indicates whether this event is all day. - availability : Number READONLY Availability of this event. ... - begin : Date Start date/time of this event. - description : String READONLY Description of this event. - end : Date End date/time of this event. - extendedProperties : Dictionary READONLY Extended properties of this event. - hasAlarm : Boolean READONLY Indicates whether an alarm is scheduled for this event. - id : String READONLY Identifier of this event. - isDetached : Boolean READONLY Boolean value that indicates whether an event is a detached instance of a repeating event. - location : String Location of this event. - notes : String Notes for this event. - recurenceRules : Titanium.Calendar.RecurrenceRule[] The recurrence rules for the calendar item. ... - reminders : Titanium.Calendar.Reminder[] READONLY Existing reminders for this event. - status : Number READONLY Status of this event. ... - title : String Title of this event. - visibility : Number READONLY Visibility of this event. ...

Methods

- addRecurrenceRule( rule ) Adds a recurrence rule to the recurrence rule array. ... - createAlert( data ) : Titanium.Calendar.Alert Creates an alert for this event. ... - createRecurenceRule( data ) : Titanium.Calendar.RecurrenceRule Creates an recurrence pattern for a recurring event. ... - createReminder( data ) : Titanium.Calendar.Reminder Creates a reminder for this event. ... - getExtendedProperty( name ) : String Gets the value of the specified extended property. ... - refresh( ) : Boolean Updates the event's data with the current information in the Calendar database. ... - remove( span ) : Boolean Removes an event from the event store. ... - removeRecurenceRule( rule ) Removes a recurrence rule to the recurrence rule array. ... - save( span ) : Boolean Saves changes to an event permanently. ... - setExtendedProperty( name, value ) Sets the value of the specified extended property. ...

Comments

  1. Kota Iguchi 2019-07-25

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

JSON Source