1
Other Plugins / Re: Ggcal plugin
« on: October 16, 2013, 07:02:32 AM »
So ...
I'd like to have an eventlist for (e.g.) today from all of my calendars.
I came up with a pretty long, and slow, "actionlist" which works, but definetly can be optimized in one way or another.
- GgCal.GetDay:0&&CalendarName (Get the Evens from calendar X)
- Results.MatchConcat:{CR} (Concatenates all matches into a single string that is stored in {LastResult})
- Results.StoreLast:VarName (Stores my {Lastresult} into a variable)
- If (A)==(B) {var.VarName} is empty -> then do nothing
- else display {var.VarName}
If you want to have a summary of all calendars (in my case for (e.g.) today this "actionlist" is getting pretty long.
Is there an other way to "string" them together?
I already tried to sepreate the calendars by comma (,) or | but it doesn't work.
Cheers, Sunny
I'd like to have an eventlist for (e.g.) today from all of my calendars.
I came up with a pretty long, and slow, "actionlist" which works, but definetly can be optimized in one way or another.
- GgCal.GetDay:0&&CalendarName (Get the Evens from calendar X)
- Results.MatchConcat:{CR} (Concatenates all matches into a single string that is stored in {LastResult})
- Results.StoreLast:VarName (Stores my {Lastresult} into a variable)
- If (A)==(B) {var.VarName} is empty -> then do nothing
- else display {var.VarName}
If you want to have a summary of all calendars (in my case for (e.g.) today this "actionlist" is getting pretty long.
Is there an other way to "string" them together?
I already tried to sepreate the calendars by comma (,) or | but it doesn't work.
Cheers, Sunny