Sha256: 8aa18353f3731a872097fe9946b9850a046f8ec6cde7bb085521c89350c9fcb6

Contents?: true

Size: 669 Bytes

Versions: 17

Compression:

Stored size: 669 Bytes

Contents

package com.rhomobile.rhodes.event;

import android.net.Uri;

public interface ICalendarIDsProvider {
    Uri.Builder getUriBuilder();

    String getEventsID();
    String getEventsEventID();
    String getEventsTitle();
    String getEventsStartDate();
    String getEventsEndDate();
    String getEventsLocation();
    String getEventsNotes();
    String getEventsPrivacy();
    String getEventsDeleted();
    String getEventsDuration();
    String getEventsBegin();
    String getEventsEnd();
    String getEventsRrule();
    
    String getCalendarName();
    String getCalendarDisplayName();
    String getCalendarColor();
    String getCalendarAccessLevel();

}

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/android/Rhodes/src/com/rhomobile/rhodes/event/ICalendarIDsProvider.java
rhodes-7.5.1 platform/android/Rhodes/src/com/rhomobile/rhodes/event/ICalendarIDsProvider.java
rhodes-7.4.1 platform/android/Rhodes/src/com/rhomobile/rhodes/event/ICalendarIDsProvider.java
rhodes-7.1.17 platform/android/Rhodes/src/com/rhomobile/rhodes/event/ICalendarIDsProvider.java
rhodes-6.2.0 platform/android/Rhodes/src/com/rhomobile/rhodes/event/ICalendarIDsProvider.java
rhodes-6.0.11 platform/android/Rhodes/src/com/rhomobile/rhodes/event/ICalendarIDsProvider.java
rhodes-5.5.18 platform/android/Rhodes/src/com/rhomobile/rhodes/event/ICalendarIDsProvider.java
rhodes-5.5.17 platform/android/Rhodes/src/com/rhomobile/rhodes/event/ICalendarIDsProvider.java
rhodes-5.5.15 platform/android/Rhodes/src/com/rhomobile/rhodes/event/ICalendarIDsProvider.java
rhodes-5.5.0.22 platform/android/Rhodes/src/com/rhomobile/rhodes/event/ICalendarIDsProvider.java
rhodes-5.5.2 platform/android/Rhodes/src/com/rhomobile/rhodes/event/ICalendarIDsProvider.java
rhodes-5.5.0.7 platform/android/Rhodes/src/com/rhomobile/rhodes/event/ICalendarIDsProvider.java
rhodes-5.5.0.3 platform/android/Rhodes/src/com/rhomobile/rhodes/event/ICalendarIDsProvider.java
rhodes-5.5.0 platform/android/Rhodes/src/com/rhomobile/rhodes/event/ICalendarIDsProvider.java
tauplatform-1.0.3 platform/android/Rhodes/src/com/rhomobile/rhodes/event/ICalendarIDsProvider.java
tauplatform-1.0.2 platform/android/Rhodes/src/com/rhomobile/rhodes/event/ICalendarIDsProvider.java
tauplatform-1.0.1 platform/android/Rhodes/src/com/rhomobile/rhodes/event/ICalendarIDsProvider.java