02-04-2016, 14:28:21
(Dieser Beitrag wurde zuletzt bearbeitet: 02-04-2016, 15:07:00 von Darkl0rd.)
Hallo,
ja hab ich. Das sieht bei mir so aus:
Mein CalDav IO Binding sieht so aus:
Ich bekomme immer diese Meldung:
ja hab ich. Das sieht bei mir so aus:
Code:
############################# CalDAV Personal Binding ################################
# see CalDAV IO Binding
# Used to toggle switch items for presence. Switched to ON if an event in the calendar occurs.
# And back to OFF if the event ends.
# Can also be used to show upcoming or active events
#
# Which calendars should be used to detect presence (comma separated)
caldavPersonal:usedCalendars=geb,muell
#
# If the location of the event is one of this identifiers, the presence will not be changed.
# Can be used for events which are at home or are just reminders. (comma separated, optional)
#caldavPersonal:homeIdentifiers=
Code:
################################### CalDAV IO Binding ###################################
#Müllkalender
# Used to connect to Cal DAV. All parameters are required.
# Path to the calendar
caldavio:muell:url=https://www.google.com/calendar/dav/xxxxxx@group.calendar.google.com/events
caldavio:get:url=https://www.google.com/calendar/dav/xxxx@group.v.calendar.google.com/events
#
# Username for the calendar
caldavio:muell:username=xxxxxx
caldavio:geb:username=xxxxxx
#
# Password for the calendar
caldavio:muell:password=xxxx
caldavio:geb:password=xxxx
#
# Reload interval unit is minutes.
# Defines how often the calendar should be reloaded from server.
# Default is 60 minutes
#caldavio:Contacts:reloadInterval=100
#
# This defines which events are relevant for execution. Unit is in minutes.
# Default is 1 Day (1440 minutes)
caldavio:muell:preloadTime=28800
caldavio:geb:preloadTime=28800
#
# A caldav Server is just a webdav Server which list files. Some servers does not use the valid timestamp for modifications.
# If your calendar does not provide correct timestamps you have to set this false.
# Default is true
caldavio:geb:lastModifiedFileTimeStampValid=false
caldavio:muell:lastModifiedFileTimeStampValid=false
#
# SSL verification can be disabled, if you don't want to import the server certificate
# into the java keystore. This is just needed for self-signed certificates, where the
# certificate path cannot be verified. Default is false. Do not set to true if no SSL is used.
caldavio:muell:disableCertificateVerification=true
caldavio:geb:disableCertificateVerification=true
#
# Timezone for events which does not have a timeZone information.
# Normally this is not required
caldavio:timeZone=Europe/Berlin
Code:
15:06:06.881 [DEBUG] [.c.i.CalDavBindingProviderImpl:156 ] - adding item: Muell2Date
15:06:06.898 [DEBUG] [o.o.b.c.internal.CalDavBinding:66 ] - setting CalDavLoader: true
15:06:06.899 [DEBUG] [o.o.b.c.internal.CalDavBinding:77 ] - CalDavBinding (personal) activated
15:06:06.899 [DEBUG] [o.o.b.c.internal.CalDavBinding:93 ] - loading configuration...
15:06:06.900 [DEBUG] [o.o.b.c.internal.CalDavBinding:109 ] - loading configuration done
15:06:06.900 [DEBUG] [o.o.b.c.internal.CalDavBinding:200 ] - calendar reloaded: geb
15:06:06.900 [DEBUG] [.i.c.internal.CalDavLoaderImpl:537 ] - calendar id Muell not found
15:06:06.909 [DEBUG] [.i.c.internal.CalDavLoaderImpl:578 ] - return event list for CalDavQuery [calendarIds=[Muell], from=2016-04-02T15:06:06.900+02:00, to=null, sort=ASCENDING] with 0 entries
15:06:06.909 [DEBUG] [o.o.b.c.internal.CalDavBinding:249 ] - no event found for Muell2Date, setting to UNDEF
15:06:06.915 [DEBUG] [.i.c.internal.CalDavLoaderImpl:537 ] - calendar id geb not found
15:06:06.915 [DEBUG] [.i.c.internal.CalDavLoaderImpl:578 ] - return event list for CalDavQuery [calendarIds=[geb], from=2016-04-02T15:06:06.915+02:00, to=null, sort=ASCENDING] with 0 entries
15:06:06.916 [DEBUG] [o.o.b.c.internal.CalDavBinding:249 ] - no event found for Termin1, setting to UNDEF