Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Calendar look-ahead
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
strictlyrude27  
View profile  
 More options Sep 5 2012, 1:51 am
From: strictlyrude27 <clayton....@gmail.com>
Date: Tue, 4 Sep 2012 22:51:26 -0700 (PDT)
Local: Wed, Sep 5 2012 1:51 am
Subject: Calendar look-ahead

Hey guys, I've been out of the Tasker scene for a while but now I'm back :)

Is it possible for Tasker to look ahead on a given calendar? Like, I can
check if an event matches keywords for the day and does stuff accordingly.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pent  
View profile  
 More options Sep 5 2012, 1:59 am
From: Pent <supp...@apps.dinglisch.net>
Date: Tue, 4 Sep 2012 22:59:12 -0700 (PDT)
Local: Wed, Sep 5 2012 1:59 am
Subject: Re: Calendar look-ahead

> Is it possible for Tasker to look ahead on a given calendar? Like, I can
> check if an event matches keywords for the day and does stuff accordingly.

Only by making a little loop for the day that starts at 12 midnight
and checks e.g. every 10 minutes:

Variable Clear %HaveCalendarEvent
Variable Set, %checktime, %TIMES
Misc / Test, Calendar Title, %checktime -> %title
If %title Matches xyz
   Variable Set, %HaveCalendarEvent, 1
   Stop
EndIf
Variable Add, %checktime, 600     <--- advance 10 minutes
Goto 2 If %checktime < %TIMES + 86400

(untested)

Pent


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Clayton Chu  
View profile  
 More options Sep 5 2012, 2:01 am
From: Clayton Chu <clayton....@gmail.com>
Date: Tue, 4 Sep 2012 23:01:19 -0700
Local: Wed, Sep 5 2012 2:01 am
Subject: Re: Calendar look-ahead

Eh, good enough for me. What of all-day events?

Sent using Gmail for Android
On Sep 4, 2012 10:59 PM, "Pent" <supp...@apps.dinglisch.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jakub  
View profile  
 More options Sep 5 2012, 2:25 am
From: Jakub <tass...@gmail.com>
Date: Tue, 4 Sep 2012 23:25:57 -0700 (PDT)
Local: Wed, Sep 5 2012 2:25 am
Subject: Re: Calendar look-ahead

There is another way to do that but you must have internet connection. I
use it in my task which sent SMS to clients on 9:30 AM when calendar
appoinment has word private and has telephone number. *I must notice that
the idea and below text is from Chris.*

======================================================================
1. HTTP Get
        Server:Port
www.google.com/calendar/feeds/Username%40gmail.com/private-**********...

        Mime Type text/xml

(This is your private Google Calendar feed and ofcourse Username and
the ****'s are replaced by your unique value. To get this URL go to
Calendar settings, Calendars, and click on the calendar you want- on
the bottom you will find your private XML address You must replace the
"basic" at the end of the URL with
"full
singleevents=true&futureevents=true&orderby=starttime&sortorder=ascending&m ax-
results=1"
because you only want the next event and you want them sorted a
specific way etc.(You can of course tweak this as you wish))  
======================================================================


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Yeager  
View profile  
 More options Sep 6 2012, 4:49 pm
From: Michael Yeager <myeager1...@gmail.com>
Date: Thu, 6 Sep 2012 13:49:13 -0700 (PDT)
Local: Thurs, Sep 6 2012 4:49 pm
Subject: Re: Calendar look-ahead

We just had a group project to do this a feww weeks ago, the message thread
was titled "Read Google Calendar" if I remember correctly. It got pretty
entailed and I'm still tweaking all day events but it works well. There are
several example profiles posted to the thread that will give you a basis to
work off of. I have mine reading the calendar every morning and sending
several text messages based on the days events to various people.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Peters  
View profile  
 More options Nov 15 2012, 9:14 am
From: Alex Peters <alex.pet...@gmail.com>
Date: Thu, 15 Nov 2012 06:14:33 -0800 (PST)
Local: Thurs, Nov 15 2012 9:14 am
Subject: Re: Calendar look-ahead

For anyone else interested in the thread mentioned in the last message, (I
think) it's titled "Processing Google Calendar Data" and can be found here:

https://groups.google.com/d/topic/tasker/eO1OYspNCuA/discussion

In summary, that thread almost exclusively covers the method of pulling and
parsing data from Google via HTTP.  If you wish to bypass use of the
internet for this task, that thread won't be of much value to you.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »