Changeset 2547

Show
Ignore:
Timestamp:
10/10/07 16:41:53 (1 year ago)
Author:
dgollub
Message:

Added capabilties support for google-calendar.
Currently the google-calendar format support is very limited.

TODO:
- enhance the google-calendar format
- write a gcal2005 format plugin

FIXME:
- i hit a bug that DateStarted? and DateEnded? isn't formated in a unify
way ... this avoids to match entries which are intended to be the same.
This porduce duplicate entries!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/google-calendar/configure.ac

    r2392 r2547  
    4949OPENSYNC_PLUGINDIR=$(pkg-config --variable=plugindir opensync-1.0) 
    5050OPENSYNC_FORMATSDIR=$(pkg-config --variable=formatsdir opensync-1.0) 
     51OPENSYNC_CAPABILITIESDIR=$(pkg-config --variable=capabilitiesdir opensync-1.0) 
     52OPENSYNC_DESCRIPTIONDIR=$(pkg-config --variable=descriptionsdir opensync-1.0)    
    5153OPENSYNC_HEADERDIR=$(pkg-config --variable=headerdir opensync-1.0) 
    5254 
     
    5456AC_SUBST(OPENSYNC_PLUGINDIR) 
    5557AC_SUBST(OPENSYNC_FORMATSDIR) 
     58AC_SUBST(OPENSYNC_CAPABILITIESDIR) 
     59AC_SUBST(OPENSYNC_DESCRIPTIONDIR) 
    5660AC_SUBST(OPENSYNC_HEADERDIR) 
    5761 
  • plugins/google-calendar/src/Makefile.am

    r2345 r2547  
    22configdir=@OPENSYNC_CONFIGDIR@ 
    33formatsdir=@OPENSYNC_FORMATSDIR@ 
     4descriptiondir=@OPENSYNC_DESCRIPTIONDIR@ 
     5capabilitiesdir=@OPENSYNC_CAPABILITIESDIR@ 
    46 
    57INCLUDES = @PACKAGE_CFLAGS@ 
     
    1012 
    1113config_DATA = google-calendar 
     14description_DATA = google-calendar.xml 
     15capabilities_DATA = google-calendar-gcal-2005.xml 
    1216 
    1317plugin_LTLIBRARIES = gcalendar.la