Re: [Evolution] Query Evolution's Calendar Data storage location

2015-09-12 Thread Pete Biggs

> 
> I need any method to query Evolution data.

There's a whole API for accessing Evolution data - you need to look for
info on "evolution-data-server" - for 3.16 you'll find info here

  https://developer.gnome.org/eds/3.16/

To be honest this sort of question is probably more suited for the
Evolution-hackers list.

> 
> I assume that using the Evolution 3.x series,

"3.x" is not a narrow enough specification. There were lots of changes
within 3.x, including API and data storage locations.

>  I happen to find the
> calendar data in ~/.local/share/evolution/calendar/system ?
> Is the calendar.ics file all that's containing data ?

Not if the source is remote.  Using EDS has the advantage that it is
source agnostic.


> Is here anyone aware of a method to query the calendar data for some
> kind of result to 'select all entries where category=studienkreis' or
> 'select all entries where summary contains / is like "thisname"' ?

Not only can you use the EDS API directly, but EDS is a DBUS client, so
you should be able to get calendar information that way as well. That
is after all how the Gnome calendar app gets its data.

> 
> It needs to be run on more than 1 PC, so please don't ask for Evolution
> version, there are many from 3.2 to 3.actual I guess.

But that is a problem - you will need to tailor things to a specific
version: Evolution evolves all the time with the storage locations and
APIs changing significantly.

P.


___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


[Evolution] Query Evolution's Calendar Data storage location

2015-09-12 Thread Tom
Hi all on the list,

I need any method to query Evolution data.

I assume that using the Evolution 3.x series, I happen to find the
calendar data in ~/.local/share/evolution/calendar/system ?
Is the calendar.ics file all that's containing data ?
Should I be able to find and filter calendar data there ?

Is here anyone aware of a method to query the calendar data for some
kind of result to 'select all entries where category=studienkreis' or
'select all entries where summary contains / is like "thisname"' ?

It needs to be run on more than 1 PC, so please don't ask for Evolution
version, there are many from 3.2 to 3.actual I guess.

Best,
-- 
Tom 
Tom's ProstNet

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Missing Calendar Items

2015-09-12 Thread Pete Biggs
On Fri, 2015-09-11 at 23:55 +, Emilio Recio wrote:
> So when I login to the web client (OWA) on microsoft's site, I see many
> meetings in my calendar. However, after installing Evolution 3.16.5 on
> my laptop, these meetings are not being shown. Some show up, but others
> (mostly all) do not. Meanwhile on my evolution (3.16.3) at work, there
> are only one or two meetings missing, but most show up. In outlook 2011
> (mac), and outlook 2010 (win7) all of my meetings show up fine.

I find that sometimes it takes a while for ALL entries in the EWS
calendar to eventually show up in a newly configured calendar - no
matter how many refreshes I do.  (A while = a couple of days.)  I don't
know if that is an Evolution or Exchange issue.  Once everything is
there, new entries appear quickly.


> I am wondering if there's a problem with "special" characters in the
> description that's failing the download? For example, ellipses or curly
> quotes in various parts of the calendar entry. It tends to happen with
> recurring entries, but I am not sure.
> 
> Is there a way I can debug calendar synch to see why it's failing on
> downloading the calendar entries?

Evolution debugging info is at 

  https://wiki.gnome.org/Apps/Evolution/Debugging

The specific debug variable to use for EWS is "EWS_DEBUG=1"

P.
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list