Sha256: 4309e981e8a06ccb5aa6048673464bae2813e2f9391586153d9e9b52de840fec

Contents?: true

Size: 1.25 KB

Versions: 110

Compression:

Stored size: 1.25 KB

Contents

#ifndef RUBY_EVENT_H
#define RUBY_EVENT_H 1

#ifdef __cplusplus
extern "C" {
#endif

/********************************************
 * List of supported event's fields (visible in ruby)
 ********************************************/

#define RUBY_EV_ID "id"
#define RUBY_EV_TITLE "title"
#define RUBY_EV_CANCELED "canceled"
#define RUBY_EV_ORGANIZER "organizer"
#define RUBY_EV_START_DATE "start_date"
#define RUBY_EV_END_DATE "end_date"
#define RUBY_EV_LAST_MODIFIED "last_modified"
#define RUBY_EV_LOCATION "location"
#define RUBY_EV_NOTES "notes"
#define RUBY_EV_PRIVACY "privacy"
#define RUBY_EV_REMINDER "reminder"
#define RUBY_EV_RECURRENCE "recurrence"
#define RUBY_EV_RECURRENCE_FREQUENCY "frequency"
#define RUBY_EV_RECURRENCE_FREQUENCY_DAILY "daily"
#define RUBY_EV_RECURRENCE_FREQUENCY_WEEKLY "weekly"
#define RUBY_EV_RECURRENCE_FREQUENCY_MONTHLY "monthly"
#define RUBY_EV_RECURRENCE_FREQUENCY_YEARLY "yearly"
#define RUBY_EV_RECURRENCE_INTERVAL "interval"
#define RUBY_EV_RECURRENCE_COUNT  "count"
#define RUBY_EV_RECURRENCE_END  "end_date"
#define RUBY_EV_RECURRENCE_DAYOFMONTH "day_of_month"
#define RUBY_EV_RECURRENCE_MONTHS  "months"
#define RUBY_EV_RECURRENCE_DAYS  "days"
#define RUBY_FETCH_include_repeating "include_repeating"

#ifdef __cplusplus
}
#endif

#endif

Version data entries

110 entries across 110 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/ruby/ext/calendar/event.h
rhodes-7.5.1 platform/shared/ruby/ext/calendar/event.h
rhodes-7.4.1 platform/shared/ruby/ext/calendar/event.h
rhodes-7.1.17 platform/shared/ruby/ext/calendar/event.h
rhodes-6.2.0 platform/shared/ruby/ext/calendar/event.h
rhodes-6.0.11 platform/shared/ruby/ext/calendar/event.h
rhodes-5.5.18 platform/shared/ruby/ext/calendar/event.h
rhodes-5.5.17 platform/shared/ruby/ext/calendar/event.h
rhodes-5.5.15 platform/shared/ruby/ext/calendar/event.h
rhodes-5.5.0.22 platform/shared/ruby/ext/calendar/event.h
rhodes-5.5.2 platform/shared/ruby/ext/calendar/event.h
rhodes-5.5.0.7 platform/shared/ruby/ext/calendar/event.h
rhodes-5.5.0.3 platform/shared/ruby/ext/calendar/event.h
rhodes-5.5.0 platform/shared/ruby/ext/calendar/event.h
tauplatform-1.0.3 platform/shared/ruby/ext/calendar/event.h
tauplatform-1.0.2 platform/shared/ruby/ext/calendar/event.h
tauplatform-1.0.1 platform/shared/ruby/ext/calendar/event.h
rhodes-3.5.1.12 platform/shared/ruby/ext/calendar/event.h
rhodes-3.3.5 platform/shared/ruby/ext/calendar/event.h
rhodes-3.4.2 platform/shared/ruby/ext/calendar/event.h