Fixed
Status Update
Comments
ho...@gmail.com <ho...@gmail.com> #2
The G-suite documentation[1] provides this information, but I have submitted a feature request to make it clear on the Cloud DNS public documentation and the Cloud Console. However, I can't provide you with an ETA or guarantee the implementation of this feature, but rest assured that Google strives on improving its products and that your feedback helps us do just that.
Any future updates to this feature will be posted here.
[1]https://support.google.com/a/answer/173535
Any future updates to this feature will be posted here.
[1]
to...@gmail.com <to...@gmail.com> #3
Any updates on this?
co...@gmail.com <co...@gmail.com> #4
Ditto. This is a frustrating one.
si...@gmail.com <si...@gmail.com> #5
This hit me too. At the very least, the error message returned by the API could explain what is wrong: that the string can't be longer than 255 characters.
we...@gmail.com <we...@gmail.com> #6
This is indeed extremely frustrating.
ni...@gmail.com <ni...@gmail.com> #7
Cloud DNS upon emitting multiple TXT lines seems to re-order them. Even if you managed to enter a TXT record using multiple lines, this will render the entry unusable.
For example, this won't be recognized as a valid DKIM entry:
"DNDIed6Ys/R3J2QzhK/sEnJ+K/K4uD1yIuvK/6tzcgGcSKKFJ9Ffr/1x44eXjLXsfy9n8evvljnWwFe/U2tAtUuK7olU3CXWZGbNir5gwBbU8gE1UuVLqeW8xJgk+fj6+SMTXejvGpvcy4dsHtHNLSwIDAQAB"
"v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjOLvrcvHRt8Uzqmq94BEYYyuqziuMcQCG7xIMdm/AMOmpwec6xI0craHP/9g4pfdpgiTzFgYXaAu/Y9bKomEj1dRsmvSkOEX17p89h0w5yLxEru7MsLhdVJ26JvnQeSWY/aet5nOqhH15DrjTfETGenHYDXt/sE80sfkkDdyRUuGZyC92odpMaaE6fwkxXa"
… which makes it quite severe.
For example, this won't be recognized as a valid DKIM entry:
"DNDIed6Ys/R3J2QzhK/sEnJ+K/K4uD1yIuvK/6tzcgGcSKKFJ9Ffr/1x44eXjLXsfy9n8evvljnWwFe/U2tAtUuK7olU3CXWZGbNir5gwBbU8gE1UuVLqeW8xJgk+fj6+SMTXejvGpvcy4dsHtHNLSwIDAQAB"
"v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjOLvrcvHRt8Uzqmq94BEYYyuqziuMcQCG7xIMdm/AMOmpwec6xI0craHP/9g4pfdpgiTzFgYXaAu/Y9bKomEj1dRsmvSkOEX17p89h0w5yLxEru7MsLhdVJ26JvnQeSWY/aet5nOqhH15DrjTfETGenHYDXt/sE80sfkkDdyRUuGZyC92odpMaaE6fwkxXa"
… which makes it quite severe.
dm...@gmail.com <dm...@gmail.com> #8
Same happened to me, the entries are reordered and unsable:
text = "5IL88bqDLXC3TLufrcfR4TztNLb5gSGWIPK6adGCI/sppQYiF+D1lCNtefspmFoWps8j2QpRWOyLdOMhn56jjsiew8hSDz"
text = "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlySp/8voQMhWUc2KxPzGs71ZxdS2y3DfCG1MOW52G7iQXnwXaERk127YEAgeS6KYTc14u+"
text = "TmW4/ZuYfvToBMSlLkg40JLtoLQtlP2QBoPm9VEkTBLDv84u2Bsp8ycSe02WVxscgoMsyfM0WIiD+cBlYJKFvAX82bCZgdILVfM7nzxJ9EFbdKDusRU+Wf3dSRp9TGp/i5opckxVR47UJn0mvkmzU5wHtyVjQSBnpERcmWvqHg+f7HYgxwIDAQAB"
text = "5IL88bqDLXC3TLufrcfR4TztNLb5gSGWIPK6adGCI/sppQYiF+D1lCNtefspmFoWps8j2QpRWOyLdOMhn56jjsiew8hSDz"
text = "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlySp/8voQMhWUc2KxPzGs71ZxdS2y3DfCG1MOW52G7iQXnwXaERk127YEAgeS6KYTc14u+"
text = "TmW4/ZuYfvToBMSlLkg40JLtoLQtlP2QBoPm9VEkTBLDv84u2Bsp8ycSe02WVxscgoMsyfM0WIiD+cBlYJKFvAX82bCZgdILVfM7nzxJ9EFbdKDusRU+Wf3dSRp9TGp/i5opckxVR47UJn0mvkmzU5wHtyVjQSBnpERcmWvqHg+f7HYgxwIDAQAB"
ya...@gmail.com <ya...@gmail.com> #9
Just a quick comment reply to #7 and #8 -
The string should be entered on one line (or in one box in the Cloud DNS UI), like:
"v=DKIM1;..." "continuedstring..."
This should work properly.
By adding the two items on separate lines, you're creating two different records. This will not work.
The string should be entered on one line (or in one box in the Cloud DNS UI), like:
"v=DKIM1;..." "continuedstring..."
This should work properly.
By adding the two items on separate lines, you're creating two different records. This will not work.
br...@gmail.com <br...@gmail.com> #10
Came here to report the same thing, the suggestion in #9 worked ... place a space at the right place and the final record will split the values in the same record when stored.
dh...@gmail.com <dh...@gmail.com> #11
But the message around this is *really* stunningly unclear. I'd expect this action to be automatically applied, and then a notice displayed for dkim (if anything at all).
ke...@gmail.com <ke...@gmail.com> #12
This is absurd and inexcusable bullshit. Someone at Google should be kicked in the face for this.
ma...@gmail.com <ma...@gmail.com> #13
No version of this works. Following instructions as stated above only results in no action at all when the "create" button is pushed. Using the command line version fails the same way, no matter what. WHAT THE FUCK? NOT OK.
eu...@gmail.com <eu...@gmail.com> #14
1. The whole string needs to be quoted
2. When you add a space, create a second quoted text string: "..." "..."
3. SHAME ON YOU GOOGLE. SHAME ON YOU.
2. When you add a space, create a second quoted text string: "..." "..."
3. SHAME ON YOU GOOGLE. SHAME ON YOU.
em...@gmail.com <em...@gmail.com> #15
I put the DKIM into notepad so I could see the character number and the 244th character I added the whitespace with quotes like #14 suggested (e.g. mEjf" "ngD).
mo...@gmail.com <mo...@gmail.com> #16
May 16, 2017: "... but rest assured that Google strives on improving its products and that your feedback helps us do just that."
It has been over 3 years - what is the status with this most basic of issues?
You can see from public fora that this issue has already wasted many minutes and hours of Googles paying customers valued time...
It has been over 3 years - what is the status with this most basic of issues?
You can see from public fora that this issue has already wasted many minutes and hours of Googles paying customers valued time...
se...@gmail.com <se...@gmail.com> #17
This is such an obvious problem that should have been fixed by now. Seriously, what is the hold up? There are hundreds of articles and DKIM splitting utilities to work around this, it is the highest voted issue tagged with 'google-cloud-dns' on stackoverflow.com the but it's very annoying and for a layperson it's highly confusing. It can't be that hard to fix this. Grab one of your highly paid devs, sit them in front of a computer, and have them knock it out.
WHY ARE YOU IGNORING THIS?
pa...@gmail.com <pa...@gmail.com> #18
Hi all,
A former colleague, who now works with an "invite-only" Google Special Dev team, asked me to take a look at this Issue and and try to close this for everyone; you and Google.
If you did not earn a degree in IT, Computer Science, etc...; It would really help a lot if we just "READ THROUGH THE DESCRIPTION" carefully. Google is not "IGNORING" this, it is just that this SHOULD NOT be an ISSUE at all...
Let me point you to the right direction and "YOU" figure out the rest, I am sure you will
In the attached file, I highlighted the obvious "HINTS"... but hey,,,, the point is to CLOSE this once and for all, so here GOES...
/***---the following information will justify why this should not be an ISSUE in the first place---***/
1. Go tohttps://cloud.google.com/ and go to "Products"
2. Under "Networking", select "CLOUD DNS"
3. On the "CLOUD DNS" page, select "DOCUMENTATION" on the "SECTION" list
4. On the "DOCUMENTATION" section, select "HOW-TO GUIDES" and this will redirect you to the "ALL HOW-TO GUIDES" for "CLOUD DNS"
5. Under "MANAGING CLOUD DNS" section, select "MANAGING RECORDS"
6. From the "TABLE OF CONTENTS", select "DETAILS ON SELECTING RESOURCE RECORD TYPES" /***here is a direct link:https://cloud.google.com/dns/docs/records#record_type ***/
/***end***/
Reviewing the steps above, if this is not enough, "PLEASE" "HIRE" "AN" "EXPERT"
Q1: Which among all the DNS record types includes a "Sample Code"?
Q2: Is there not a link for TXT record that points to IETF site?
Q3: In reference to the link available on the "TXT" record, when clicked, does it not open directly section 3.1.3 of RFC 4408?
Hope this helps....
A former colleague, who now works with an "invite-only" Google Special Dev team, asked me to take a look at this Issue and and try to close this for everyone; you and Google.
If you did not earn a degree in IT, Computer Science, etc...; It would really help a lot if we just "READ THROUGH THE DESCRIPTION" carefully. Google is not "IGNORING" this, it is just that this SHOULD NOT be an ISSUE at all...
Let me point you to the right direction and "YOU" figure out the rest, I am sure you will
In the attached file, I highlighted the obvious "HINTS"... but hey,,,, the point is to CLOSE this once and for all, so here GOES...
/***---the following information will justify why this should not be an ISSUE in the first place---***/
1. Go to
2. Under "Networking", select "CLOUD DNS"
3. On the "CLOUD DNS" page, select "DOCUMENTATION" on the "SECTION" list
4. On the "DOCUMENTATION" section, select "HOW-TO GUIDES" and this will redirect you to the "ALL HOW-TO GUIDES" for "CLOUD DNS"
5. Under "MANAGING CLOUD DNS" section, select "MANAGING RECORDS"
6. From the "TABLE OF CONTENTS", select "DETAILS ON SELECTING RESOURCE RECORD TYPES" /***here is a direct link:
/***end***/
Reviewing the steps above, if this is not enough, "PLEASE" "HIRE" "AN" "EXPERT"
Q1: Which among all the DNS record types includes a "Sample Code"?
Q2: Is there not a link for TXT record that points to IETF site?
Q3: In reference to the link available on the "TXT" record, when clicked, does it not open directly section 3.1.3 of RFC 4408?
Hope this helps....
[Deleted User] <[Deleted User]> #19
[Comment deleted]
be...@gmail.com <be...@gmail.com> #20
[Comment deleted]
dl...@gmail.com <dl...@gmail.com> #21
[Comment deleted]
[Deleted User] <[Deleted User]> #22
[Comment deleted]
ro...@gmail.com <ro...@gmail.com> #23
[Comment deleted]
ve...@gmail.com <ve...@gmail.com> #24
[Comment deleted]
st...@gmail.com <st...@gmail.com> #25
[Comment deleted]
la...@gmail.com <la...@gmail.com> #26
[Comment deleted]
la...@gmail.com <la...@gmail.com> #27
[Comment deleted]
st...@gmail.com <st...@gmail.com> #28
[Comment deleted]
bo...@gmail.com <bo...@gmail.com> #29
[Comment deleted]
br...@gmail.com <br...@gmail.com> #30
[Comment deleted]
2c...@gmail.com <2c...@gmail.com> #31
[Comment deleted]
co...@gmail.com <co...@gmail.com> #32
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #33
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #34
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #35
[Comment deleted]
tr...@gmail.com <tr...@gmail.com> #36
[Comment deleted]
jt...@gmail.com <jt...@gmail.com> #37
[Comment deleted]
[Deleted User] <[Deleted User]> #38
[Comment deleted]
th...@gmail.com <th...@gmail.com> #39
[Comment deleted]
ro...@gmail.com <ro...@gmail.com> #40
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #41
[Comment deleted]
ad...@gmail.com <ad...@gmail.com> #42
[Comment deleted]
ad...@gmail.com <ad...@gmail.com> #43
[Comment deleted]
br...@gmail.com <br...@gmail.com> #44
[Comment deleted]
ja...@gmail.com <ja...@gmail.com> #45
[Comment deleted]
ra...@gmail.com <ra...@gmail.com> #46
[Comment deleted]
ro...@gmail.com <ro...@gmail.com> #47
[Comment deleted]
ro...@gmail.com <ro...@gmail.com> #48
[Comment deleted]
gs...@gmail.com <gs...@gmail.com> #49
[Comment deleted]
ja...@gmail.com <ja...@gmail.com> #50
[Comment deleted]
ca...@gmail.com <ca...@gmail.com> #51
[Comment deleted]
ga...@gmail.com <ga...@gmail.com> #52
[Comment deleted]
ar...@gmail.com <ar...@gmail.com> #53
[Comment deleted]
go...@googlemail.com <go...@googlemail.com> #54
[Comment deleted]
la...@gmail.com <la...@gmail.com> #55
[Comment deleted]
ro...@gmail.com <ro...@gmail.com> #56
[Comment deleted]
am...@gmail.com <am...@gmail.com> #57
[Comment deleted]
kb...@gmail.com <kb...@gmail.com> #58
[Comment deleted]
pa...@gmail.com <pa...@gmail.com> #59
[Comment deleted]
[Deleted User] <[Deleted User]> #60
[Comment deleted]
te...@googlemail.com <te...@googlemail.com> #61
[Comment deleted]
va...@gmail.com <va...@gmail.com> #62
[Comment deleted]
jc...@cox.net <jc...@cox.net> #63
[Comment deleted]
lu...@gmail.com <lu...@gmail.com> #64
[Comment deleted]
jt...@gmail.com <jt...@gmail.com> #65
[Comment deleted]
mi...@gmail.com <mi...@gmail.com> #66
[Comment deleted]
ak...@gmail.com <ak...@gmail.com> #67
[Comment deleted]
ra...@gmail.com <ra...@gmail.com> #68
[Comment deleted]
ti...@gmail.com <ti...@gmail.com> #69
[Comment deleted]
[Deleted User] <[Deleted User]> #70
[Comment deleted]
mb...@gmail.com <mb...@gmail.com> #71
[Comment deleted]
ca...@gmail.com <ca...@gmail.com> #72
[Comment deleted]
cm...@chesa.com <cm...@chesa.com> #73
[Comment deleted]
ry...@gmail.com <ry...@gmail.com> #74
[Comment deleted]
ms...@gmail.com <ms...@gmail.com> #75
Please stop spamming lots of people with "me too" comments. Add a star to it if you
want to vote for it, but please do not leave a comment if you do not have anything to
say.
Thank you very much!
want to vote for it, but please do not leave a comment if you do not have anything to
say.
Thank you very much!
gr...@gmail.com <gr...@gmail.com> #76
[Comment deleted]
si...@gmail.com <si...@gmail.com> #77
[Comment deleted]
tw...@gmail.com <tw...@gmail.com> #78
[Comment deleted]
si...@gmail.com <si...@gmail.com> #79
[Comment deleted]
i....@gmail.com <i....@gmail.com> #80
[Comment deleted]
ns...@gmail.com <ns...@gmail.com> #81
[Comment deleted]
cs...@gmail.com <cs...@gmail.com> #82
[Comment deleted]
al...@gmail.com <al...@gmail.com> #83
[Comment deleted]
ly...@gmail.com <ly...@gmail.com> #84
[Comment deleted]
fa...@gtempaccount.com <fa...@gtempaccount.com> #85
[Comment deleted]
pa...@gmail.com <pa...@gmail.com> #86
[Comment deleted]
mi...@gmail.com <mi...@gmail.com> #87
[Comment deleted]
tc...@gmail.com <tc...@gmail.com> #88
[Comment deleted]
ri...@gmail.com <ri...@gmail.com> #89
I would like the Task API to be part of the Calendar API. After all, RFC 2445 & 2446 define tasks as well as events.
al...@gmail.com <al...@gmail.com> #90
[Comment deleted]
sa...@gmail.com <sa...@gmail.com> #91
[Comment deleted]
cp...@gmail.com <cp...@gmail.com> #92
[Comment deleted]
an...@gmail.com <an...@gmail.com> #93
[Comment deleted]
ga...@gmail.com <ga...@gmail.com> #94
[Comment deleted]
do...@gmail.com <do...@gmail.com> #95
[Comment deleted]
me...@gmail.com <me...@gmail.com> #96
[Comment deleted]
ma...@googlemail.com <ma...@googlemail.com> #97
[Comment deleted]
co...@gmail.com <co...@gmail.com> #98
[Comment deleted]
fo...@gmail.com <fo...@gmail.com> #99
[Comment deleted]
d....@gmail.com <d....@gmail.com> #100
[Comment deleted]
dt...@gmail.com <dt...@gmail.com> #101
[Comment deleted]
pk...@gmail.com <pk...@gmail.com> #102
[Comment deleted]
ki...@gmail.com <ki...@gmail.com> #103
[Comment deleted]
lm...@gmail.com <lm...@gmail.com> #104
[Comment deleted]
dr...@gmail.com <dr...@gmail.com> #105
[Comment deleted]
th...@gmail.com <th...@gmail.com> #106
[Comment deleted]
pj...@gmail.com <pj...@gmail.com> #107
[Comment deleted]
ja...@gmail.com <ja...@gmail.com> #108
[Comment deleted]
ri...@gmail.com <ri...@gmail.com> #109
[Comment deleted]
ja...@gmail.com <ja...@gmail.com> #110
[Comment deleted]
k....@gmail.com <k....@gmail.com> #111
[Comment deleted]
mo...@gmail.com <mo...@gmail.com> #112
[Comment deleted]
[Deleted User] <[Deleted User]> #113
[Comment deleted]
ja...@gmail.com <ja...@gmail.com> #114
[Comment deleted]
je...@gmail.com <je...@gmail.com> #115
[Comment deleted]
ke...@gmail.com <ke...@gmail.com> #116
[Comment deleted]
pe...@gmail.com <pe...@gmail.com> #117
[Comment deleted]
mi...@gmail.com <mi...@gmail.com> #118
From peoples experience once priority gets upgraded to "medium" what kind of time frame
does that imply? Days, Months, Years?
I would have great use of this task, which I guess is a me too, but I've also asked a
question!
does that imply? Days, Months, Years?
I would have great use of this task, which I guess is a me too, but I've also asked a
question!
mi...@gmail.com <mi...@gmail.com> #119
[Comment deleted]
ro...@gmail.com <ro...@gmail.com> #120
[Comment deleted]
tj...@gmail.com <tj...@gmail.com> #121
dtrew...@ntlworld.com: Priority does not reflect any sort of timeframe.
It's used by our engineers to help prioritize requests, along with the number of votes (stars). However, it does
not guarantee that a feature will be implemented before a feature with a lower priority, nor does it even guarantee that it will ever be implemented.
It's used by our engineers to help prioritize requests, along with the number of votes (stars). However, it does
not guarantee that a feature will be implemented before a feature with a lower priority, nor does it even guarantee that it will ever be implemented.
si...@gmail.com <si...@gmail.com> #122
[Comment deleted]
er...@gmail.com <er...@gmail.com> #123
[Comment deleted]
dt...@gmail.com <dt...@gmail.com> #124
[Comment deleted]
ro...@gmail.com <ro...@gmail.com> #125
[Comment deleted]
jo...@gmail.com <jo...@gmail.com> #126
[Comment deleted]
ea...@gmail.com <ea...@gmail.com> #127
[Comment deleted]
ni...@gmail.com <ni...@gmail.com> #128
[Comment deleted]
sj...@gmail.com <sj...@gmail.com> #129
[Comment deleted]
ns...@gmail.com <ns...@gmail.com> #130
[Comment deleted]
cs...@gmail.com <cs...@gmail.com> #131
[Comment deleted]
mb...@gmail.com <mb...@gmail.com> #132
[Comment deleted]
ra...@gmail.com <ra...@gmail.com> #133
[Comment deleted]
my...@gmail.com <my...@gmail.com> #134
[Comment deleted]
ke...@gmail.com <ke...@gmail.com> #135
[Comment deleted]
pi...@gmail.com <pi...@gmail.com> #136
[Comment deleted]
sb...@gmail.com <sb...@gmail.com> #137
[Comment deleted]
je...@gmail.com <je...@gmail.com> #138
[Comment deleted]
dh...@gmail.com <dh...@gmail.com> #139
[Comment deleted]
ro...@gmail.com <ro...@gmail.com> #140
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #141
[Comment deleted]
ta...@gmail.com <ta...@gmail.com> #142
[Comment deleted]
jp...@gmail.com <jp...@gmail.com> #143
[Comment deleted]
de...@gmail.com <de...@gmail.com> #144
[Comment deleted]
4d...@gmail.com <4d...@gmail.com> #145
[Comment deleted]
le...@gmail.com <le...@gmail.com> #146
[Comment deleted]
tr...@gmail.com <tr...@gmail.com> #147
[Comment deleted]
va...@gmail.com <va...@gmail.com> #148
[Comment deleted]
st...@hotmail.com <st...@hotmail.com> #149
[Comment deleted]
je...@gmail.com <je...@gmail.com> #150
[Comment deleted]
sm...@gmail.com <sm...@gmail.com> #151
[Comment deleted]
ga...@gmail.com <ga...@gmail.com> #152
[Comment deleted]
h....@gmail.com <h....@gmail.com> #153
[Comment deleted]
pe...@gmail.com <pe...@gmail.com> #154
[Comment deleted]
mg...@gmail.com <mg...@gmail.com> #155
[Comment deleted]
dl...@gmail.com <dl...@gmail.com> #156
[Comment deleted]
fj...@gmail.com <fj...@gmail.com> #157
[Comment deleted]
cw...@gmail.com <cw...@gmail.com> #158
[Comment deleted]
cw...@gmail.com <cw...@gmail.com> #159
[Comment deleted]
sa...@gmail.com <sa...@gmail.com> #160
[Comment deleted]
si...@gmail.com <si...@gmail.com> #161
[Comment deleted]
da...@gmail.com <da...@gmail.com> #162
[Comment deleted]
sm...@gmail.com <sm...@gmail.com> #163
[Comment deleted]
jo...@gmail.com <jo...@gmail.com> #164
[Comment deleted]
ke...@gmail.com <ke...@gmail.com> #165
[Comment deleted]
sh...@gmail.com <sh...@gmail.com> #166
[Comment deleted]
jj...@gmail.com <jj...@gmail.com> #167
[Comment deleted]
ke...@gmail.com <ke...@gmail.com> #168
[Comment deleted]
mo...@gmail.com <mo...@gmail.com> #169
[Comment deleted]
[Deleted User] <[Deleted User]> #170
[Comment deleted]
va...@gmail.com <va...@gmail.com> #171
[Comment deleted]
go...@gmail.com <go...@gmail.com> #172
[Comment deleted]
jp...@gmail.com <jp...@gmail.com> #173
[Comment deleted]
ko...@gmail.com <ko...@gmail.com> #174
[Comment deleted]
hy...@gmail.com <hy...@gmail.com> #175
[Comment deleted]
ga...@gmail.com <ga...@gmail.com> #176
[Comment deleted]
in...@gmail.com <in...@gmail.com> #177
[Comment deleted]
[Deleted User] <[Deleted User]> #178
[Comment deleted]
st...@hotmail.com <st...@hotmail.com> #179
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #180
[Comment deleted]
se...@gmail.com <se...@gmail.com> #181
[Comment deleted]
a....@gmail.com <a....@gmail.com> #182
[Comment deleted]
ia...@gmail.com <ia...@gmail.com> #183
[Comment deleted]
ej...@gmail.com <ej...@gmail.com> #184
[Comment deleted]
ni...@gmail.com <ni...@gmail.com> #185
[Comment deleted]
[Deleted User] <[Deleted User]> #186
[Comment deleted]
im...@gmail.com <im...@gmail.com> #187
[Comment deleted]
cb...@gmail.com <cb...@gmail.com> #188
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #189
[Comment deleted]
ni...@gmail.com <ni...@gmail.com> #190
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #191
[Comment deleted]
bb...@gmail.com <bb...@gmail.com> #192
[Comment deleted]
cp...@gmail.com <cp...@gmail.com> #193
[Comment deleted]
ra...@gmail.com <ra...@gmail.com> #194
[Comment deleted]
ys...@me.com <ys...@me.com> #195
[Comment deleted]
bi...@gmail.com <bi...@gmail.com> #196
[Comment deleted]
tu...@gmail.com <tu...@gmail.com> #197
[Comment deleted]
cc...@gmail.com <cc...@gmail.com> #198
[Comment deleted]
ke...@gmail.com <ke...@gmail.com> #199
[Comment deleted]
si...@gmail.com <si...@gmail.com> #200
[Comment deleted]
fe...@gmail.com <fe...@gmail.com> #201
[Comment deleted]
ku...@gmail.com <ku...@gmail.com> #202
[Comment deleted]
dt...@gmail.com <dt...@gmail.com> #203
[Comment deleted]
ol...@gmail.com <ol...@gmail.com> #204
[Comment deleted]
st...@gmail.com <st...@gmail.com> #205
[Comment deleted]
nx...@gmail.com <nx...@gmail.com> #206
[Comment deleted]
ds...@gmail.com <ds...@gmail.com> #207
[Comment deleted]
s2...@gmail.com <s2...@gmail.com> #208
[Comment deleted]
si...@gmail.com <si...@gmail.com> #209
[Comment deleted]
st...@gmx.net <st...@gmx.net> #210
[Comment deleted]
vi...@gmail.com <vi...@gmail.com> #211
[Comment deleted]
le...@gmail.com <le...@gmail.com> #212
[Comment deleted]
to...@gmail.com <to...@gmail.com> #213
[Comment deleted]
br...@gmail.com <br...@gmail.com> #214
[Comment deleted]
cm...@yahoo.com <cm...@yahoo.com> #215
[Comment deleted]
ro...@gmail.com <ro...@gmail.com> #216
[Comment deleted]
sh...@gmail.com <sh...@gmail.com> #217
[Comment deleted]
[Deleted User] <[Deleted User]> #218
[Comment deleted]
av...@gmail.com <av...@gmail.com> #219
[Comment deleted]
[Deleted User] <[Deleted User]> #220
[Comment deleted]
ph...@gmail.com <ph...@gmail.com> #221
[Comment deleted]
st...@gmail.com <st...@gmail.com> #222
[Comment deleted]
am...@gmail.com <am...@gmail.com> #223
[Comment deleted]
hu...@gmail.com <hu...@gmail.com> #224
[Comment deleted]
ra...@gmail.com <ra...@gmail.com> #225
[Comment deleted]
er...@gmail.com <er...@gmail.com> #226
[Comment deleted]
ro...@gmail.com <ro...@gmail.com> #227
[Comment deleted]
ho...@gmail.com <ho...@gmail.com> #228
[Comment deleted]
gc...@simambe.de <gc...@simambe.de> #229
[Comment deleted]
[Deleted User] <[Deleted User]> #230
[Comment deleted]
ri...@gmail.com <ri...@gmail.com> #231
[Comment deleted]
pe...@gmail.com <pe...@gmail.com> #232
[Comment deleted]
g....@gmail.com <g....@gmail.com> #233
[Comment deleted]
al...@gmail.com <al...@gmail.com> #234
[Comment deleted]
[Deleted User] <[Deleted User]> #235
[Comment deleted]
qr...@gmail.com <qr...@gmail.com> #236
[Comment deleted]
si...@gmail.com <si...@gmail.com> #237
[Comment deleted]
mn...@gmail.com <mn...@gmail.com> #238
[Comment deleted]
[Deleted User] <[Deleted User]> #239
[Comment deleted]
dy...@gmail.com <dy...@gmail.com> #240
[Comment deleted]
du...@gmail.com <du...@gmail.com> #241
[Comment deleted]
ro...@gmail.com <ro...@gmail.com> #242
[Comment deleted]
sc...@gmail.com <sc...@gmail.com> #243
[Comment deleted]
ni...@gmail.com <ni...@gmail.com> #244
Well, I don't even know if I should mention this, but I've started a Perl module to
access my Google Tasks. It uses the AJAX interface that the Web app does so it should
be reasonably quick once the kinks are worked out.
It on GitHub for those brave enough, I make no apologies for any bugs, mistakes,
imperfections, etc. with the code. Suggestions/improvements welcome.
Right now all you can do is view your task lists, grab the tasks for them, and update
a list name.
http://github.com/nickspacek/Net--Google--Tasks/
git://github.com/nickspacek/Net--Google--Tasks.git
access my Google Tasks. It uses the AJAX interface that the Web app does so it should
be reasonably quick once the kinks are worked out.
It on GitHub for those brave enough, I make no apologies for any bugs, mistakes,
imperfections, etc. with the code. Suggestions/improvements welcome.
Right now all you can do is view your task lists, grab the tasks for them, and update
a list name.
git://
ti...@gmail.com <ti...@gmail.com> #246
[Comment deleted]
he...@gmail.com <he...@gmail.com> #247
[Comment deleted]
co...@gmail.com <co...@gmail.com> #248
[Comment deleted]
pe...@gmail.com <pe...@gmail.com> #249
[Comment deleted]
to...@gmail.com <to...@gmail.com> #250
[Comment deleted]
ni...@gmail.com <ni...@gmail.com> #251
[Comment deleted]
na...@gmail.com <na...@gmail.com> #252
[Comment deleted]
na...@gmail.com <na...@gmail.com> #253
all that has to happen to make everyone happy... support VTODO components.
right now, when syncing, one gets the error:
"Google Calendar doesn't support storing of "To Do" (VTODO) components"
right now, when syncing, one gets the error:
"Google Calendar doesn't support storing of "To Do" (VTODO) components"
kp...@gmail.com <kp...@gmail.com> #254
[Comment deleted]
ha...@gmail.com <ha...@gmail.com> #255
[Comment deleted]
an...@gmail.com <an...@gmail.com> #256
[Comment deleted]
so...@gmail.com <so...@gmail.com> #257
[Comment deleted]
so...@gmail.com <so...@gmail.com> #258
[Comment deleted]
[Deleted User] <[Deleted User]> #259
[Comment deleted]
jd...@gmail.com <jd...@gmail.com> #260
[Comment deleted]
ev...@gmail.com <ev...@gmail.com> #261
[Comment deleted]
me...@jagaparajuli.com.np <me...@jagaparajuli.com.np> #262
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #263
[Comment deleted]
re...@gmail.com <re...@gmail.com> #264
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #265
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #266
[Comment deleted]
cr...@neferiu.com <cr...@neferiu.com> #267
[Comment deleted]
ve...@gmail.com <ve...@gmail.com> #268
[Comment deleted]
gm...@gmail.com <gm...@gmail.com> #269
[Comment deleted]
br...@gmail.com <br...@gmail.com> #270
[Comment deleted]
sh...@gmail.com <sh...@gmail.com> #271
[Comment deleted]
ku...@gmail.com <ku...@gmail.com> #272
[Comment deleted]
iv...@gmail.com <iv...@gmail.com> #273
[Comment deleted]
we...@gmail.com <we...@gmail.com> #274
[Comment deleted]
be...@gmail.com <be...@gmail.com> #275
[Comment deleted]
ri...@gmail.com <ri...@gmail.com> #276
[Comment deleted]
ia...@gmail.com <ia...@gmail.com> #277
[Comment deleted]
to...@gmail.com <to...@gmail.com> #278
[Comment deleted]
sk...@gmail.com <sk...@gmail.com> #279
[Comment deleted]
sk...@gmail.com <sk...@gmail.com> #280
[Comment deleted]
ha...@gmail.com <ha...@gmail.com> #281
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #282
[Comment deleted]
dd...@gmail.com <dd...@gmail.com> #283
[Comment deleted]
he...@gmail.com <he...@gmail.com> #284
[Comment deleted]
or...@gmail.com <or...@gmail.com> #285
[Comment deleted]
se...@gmail.com <se...@gmail.com> #286
[Comment deleted]
jt...@gmail.com <jt...@gmail.com> #287
[Comment deleted]
sh...@gmail.com <sh...@gmail.com> #288
[Comment deleted]
mi...@gmail.com <mi...@gmail.com> #289
[Comment deleted]
pf...@gmail.com <pf...@gmail.com> #290
[Comment deleted]
ro...@gmail.com <ro...@gmail.com> #291
[Comment deleted]
ol...@gmail.com <ol...@gmail.com> #292
[Comment deleted]
dm...@gmail.com <dm...@gmail.com> #293
[Comment deleted]
tr...@gmail.com <tr...@gmail.com> #295
[Comment deleted]
tr...@gmail.com <tr...@gmail.com> #296
[Comment deleted]
bo...@gmail.com <bo...@gmail.com> #297
[Comment deleted]
pe...@gmail.com <pe...@gmail.com> #298
[Comment deleted]
jo...@gmail.com <jo...@gmail.com> #299
[Comment deleted]
an...@gmail.com <an...@gmail.com> #300
[Comment deleted]
aa...@gmail.com <aa...@gmail.com> #301
[Comment deleted]
xx...@gmail.com <xx...@gmail.com> #302
[Comment deleted]
h....@gmail.com <h....@gmail.com> #303
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #304
boys and girls. just learn to use this tracker before posting that you need an api!
just star the issue and you're done. no need for "me too", "+1", "count me". the
comments should be used for updates on this issue. not for spamming it with your
useless comments.
google, please add an instruction how to use the tickets on every ticket. i don't
want to get spammed only because i have 5 tickets starred.
just star the issue and you're done. no need for "me too", "+1", "count me". the
comments should be used for updates on this issue. not for spamming it with your
useless comments.
google, please add an instruction how to use the tickets on every ticket. i don't
want to get spammed only because i have 5 tickets starred.
ke...@gmail.com <ke...@gmail.com> #305
Or maybe settings that allow receiving only comments from project administrators and
status changes when starring an issue. Up to 10 emails a day for this issue makes it
pretty annoying. For the record, its been about 140 "+1" style comments since the
last gripe :-)
status changes when starring an issue. Up to 10 emails a day for this issue makes it
pretty annoying. For the record, its been about 140 "+1" style comments since the
last gripe :-)
tj...@gmail.com <tj...@gmail.com> #306
mail4ng, kewisch:
Both good ideas. :)
We already tried displaying a popup warning when people made comments that consisted of just "+1". Users
found ways around that, intentional or not, and it snowballed.
For now, I think I'm just going to start deleting "+1" comments and their equivalent. It won't stop the emails, but
hopefully it will stop the snowball effect.
** IF YOU WANT TO SEE THIS IMPLEMENTED, PLEASE STAR THE ISSUE. DO NOT POST A COMMENT UNLESS YOU
HAVE TECHNICAL COMMENTS TO ADD TO THIS THREAD. ANY FUTHER "+1" OR "ME TOO" COMMENTS WILL BE
DELETED. **
Both good ideas. :)
We already tried displaying a popup warning when people made comments that consisted of just "+1". Users
found ways around that, intentional or not, and it snowballed.
For now, I think I'm just going to start deleting "+1" comments and their equivalent. It won't stop the emails, but
hopefully it will stop the snowball effect.
** IF YOU WANT TO SEE THIS IMPLEMENTED, PLEASE STAR THE ISSUE. DO NOT POST A COMMENT UNLESS YOU
HAVE TECHNICAL COMMENTS TO ADD TO THIS THREAD. ANY FUTHER "+1" OR "ME TOO" COMMENTS WILL BE
DELETED. **
ph...@gmail.com <ph...@gmail.com> #307
Of course people found a way around it, it's only a client base JavaScript validation.
If you're annoyed about all the messages, just implement it. It can not be possibly
that hard. And anything, even CORBA, would be better than nothing.
If you're annoyed about all the messages, just implement it. It can not be possibly
that hard. And anything, even CORBA, would be better than nothing.
si...@gmail.com <si...@gmail.com> #308
Yeah, I find that the fact that this issue doesn't seem to be under serious
consideration a heck of a lot more annoying than the +1 comments.
@tjohns@google.com:
How about throwing us a bone and tell us the odds that this feature will be ever be
implemented, and if it will be implemented, how many more months before work begins
on it?
consideration a heck of a lot more annoying than the +1 comments.
@tjohns@google.com:
How about throwing us a bone and tell us the odds that this feature will be ever be
implemented, and if it will be implemented, how many more months before work begins
on it?
tj...@gmail.com <tj...@gmail.com> #309
As a matter of policy, we don't discuss plans for future products or features.
However, I will say that the Tasks team is very much aware of the demand for an API.
However, I will say that the Tasks team is very much aware of the demand for an API.
st...@gmail.com <st...@gmail.com> #310
That's good. The Y calendar's task api is already available.
em...@gmail.com <em...@gmail.com> #311
[Comment deleted]
al...@gmail.com <al...@gmail.com> #312
more wishlisting, related to VTODO issue, merged here
Full support of VTODO (and VJOURNAL?) entries.
Allow for null (optional) DTSTAMPs in VTODO.
relationship with tasklists in the VTODO record.
relationship with milestones in the VTODO record (actually, does the calendar
incorporates some tag for Milestone entries?)
Attach VTODO fields when sending tasklists from Gmail (this is not API, but a
convenience). Same for importing tasklists coming via email?
define task completed in the VTODO record
Full support of VTODO (and VJOURNAL?) entries.
Allow for null (optional) DTSTAMPs in VTODO.
relationship with tasklists in the VTODO record.
relationship with milestones in the VTODO record (actually, does the calendar
incorporates some tag for Milestone entries?)
Attach VTODO fields when sending tasklists from Gmail (this is not API, but a
convenience). Same for importing tasklists coming via email?
define task completed in the VTODO record
jo...@gmail.com <jo...@gmail.com> #313
I just noticed gtasks on android is now providing sync with google tasks. I am assuming they are just
emulating a browser.
emulating a browser.
kl...@googlemail.com <kl...@googlemail.com> #314
Is this presently available in labs? Or have I misread something?
tj...@gmail.com <tj...@gmail.com> #315
klattimer: There is no Tasks API available in labs.
jonparis: I'm not sure how gTasks works, but I'd say that's probably a decent assumption.
jonparis: I'm not sure how gTasks works, but I'd say that's probably a decent assumption.
ca...@gmail.com <ca...@gmail.com> #316
I think this is the case but you can ask. The google group for gTasks is at
http://groups.google.com/group/gtasks
do...@gmail.com <do...@gmail.com> #317
I'd like to see an API for Tasks and labeling of Tasks.
Also it would be handy to share tasks across multiple emails.
So everyone in a group can see the task and act on it.
Also it would be handy to share tasks across multiple emails.
So everyone in a group can see the task and act on it.
je...@gmail.com <je...@gmail.com> #318
[Comment deleted]
ma...@gmail.com <ma...@gmail.com> #319
I would love to be able to associate multiple emails within tasks, or more
importantly associate google bookmarks with tasks.
importantly associate google bookmarks with tasks.
un...@gmail.com <un...@gmail.com> #320
Yeah, we need the task API
vb...@gmail.com <vb...@gmail.com> #321
Is prioritary enable google tasks in mozilla sunbird.
wb...@gmail.com <wb...@gmail.com> #322
Fork I can't wait to be able to sync my tasks too! Huzzah!
by...@gmail.com <by...@gmail.com> #323
please make Task API
dl...@gmail.com <dl...@gmail.com> #324
It's now almost 1 year since this request was made. Does anyone know if a task api
will or will not be developed?
will or will not be developed?
so...@gmail.com <so...@gmail.com> #325
please google this is IMPORTANT!!!
so...@gmail.com <so...@gmail.com> #326
i agree with 325.. this is getting too ms for me...
bh...@gmail.com <bh...@gmail.com> #327
Please provide an API for task.
ha...@gmail.com <ha...@gmail.com> #328
i just need this api!!! please!
ja...@gmail.com <ja...@gmail.com> #329
Yes... more than 1 year after task enter into stable version... and there is no API...
ma...@gmail.com <ma...@gmail.com> #330
Please!!! I want to sync with pocket informant!!!
ma...@gmail.com <ma...@gmail.com> #331
Please!!! I want to sync with pocket informant!!!
to...@gmail.com <to...@gmail.com> #332
I don't understand why Google does not provide an API for google tasks, and how
android applications (like GTasks) can access and manage tasks from my google account.
Please google guys, it's a real problem for a lot of people!!!
android applications (like GTasks) can access and manage tasks from my google account.
Please google guys, it's a real problem for a lot of people!!!
ch...@gmail.com <ch...@gmail.com> #333
Please,please Google, don't go Microsoft proprietary on us. Your task apparently
won't display tasks on the calendar. Allow us to use task programs that will.
won't display tasks on the calendar. Allow us to use task programs that will.
ma...@gmail.com <ma...@gmail.com> #334
I just want to the xml behind it.
There must be a way to get access to it.
There must be a way to get access to it.
ra...@gmail.com <ra...@gmail.com> #335
And how is Google going to compete with Outlook / Exchange properly if Tasks doesn't at
least have the same capabilities as tasks in Outlook? Starting with syncing capability
via an API?
least have the same capabilities as tasks in Outlook? Starting with syncing capability
via an API?
as...@gmail.com <as...@gmail.com> #336
[Comment deleted]
zo...@gmail.com <zo...@gmail.com> #337
are 2000 stars enough to even give this a look in? we need more votes so google sets
this task priority to high
this task priority to high
jj...@gmail.com <jj...@gmail.com> #338
Will be Nice
ti...@gmail.com <ti...@gmail.com> #339
There is an experimental API for Java: http://code.google.com/intl/de-
DE/appengine/docs/java/taskqueue/overview.html
Does anyone know where I can find a docu for the REST API (I think there should be one
- or is one restricted to just Java and Python?)
DE/appengine/docs/java/taskqueue/overview.html
Does anyone know where I can find a docu for the REST API (I think there should be one
- or is one restricted to just Java and Python?)
ae...@gmail.com <ae...@gmail.com> #340
Spamming this only because mschmidke bitched about spamming this one.
fe...@gmail.com <fe...@gmail.com> #341
A Tasks API would be much appreciated.
pa...@gmail.com <pa...@gmail.com> #342
Definitely a must have.
pu...@gmail.com <pu...@gmail.com> #343
how "gTasks" works? what kind of "API" uses?
ma...@gmail.com <ma...@gmail.com> #344
This will really help my reQall -> gCal -> Spanning Sync -> iCal and reverse workflows...
mi...@gmail.com <mi...@gmail.com> #345
A tasks API for Toodledo and other services would be EPIC! Add it please
bo...@gmail.com <bo...@gmail.com> #346
HAPPY BIRTHDAY Request API for Tasks!
You are now one year old!
Here is a present for you:
http://images.google.com.au/images?q=birthday%20cake
Congratulations you cute little feature request you.
Hopefully you do not get as old as your sibling auto-filter in google spreadsheets,
which is now two and half years, hopefully will not get to three....
http://googlesystem.blogspot.com/2007/07/autofilter-for-google-spreadsheets.html
Seriously, What's goin' on?!
You are now one year old!
Here is a present for you:
Congratulations you cute little feature request you.
Hopefully you do not get as old as your sibling auto-filter in google spreadsheets,
which is now two and half years, hopefully will not get to three....
Seriously, What's goin' on?!
ro...@googlemail.com <ro...@googlemail.com> #347
This Request cannot answer because it hasn't come of age yet. You have to wait
another 17 years. ;-)
another 17 years. ;-)
sn...@gmail.com <sn...@gmail.com> #348
The cake is a lie...
imagine all the syncs you could make with active sync,tomboy, evolution and conduit!
imagine all the syncs you could make with active sync,tomboy, evolution and conduit!
za...@gmail.com <za...@gmail.com> #349
Please provide an API for task.
mi...@gmail.com <mi...@gmail.com> #350
MEE 2! PLZ KTHX BAI
vi...@gmail.com <vi...@gmail.com> #351
Is anyone from Google monitoring this issue any more? Any word on some sort of time
frame on this? I would take a non-firm, no commitment, completely vague sense of
timing - weeks, months, at least a year, etc...
I have tried implementing the authentication and access to the list by emulating a
browser, but am having lots of trouble getting the "right" token and have yet to
successfully modify the data. Because there is no information on how it is done, I
am not sure what I am doing wrong. It appears that the data POSTed to the server is
in JSON format.
frame on this? I would take a non-firm, no commitment, completely vague sense of
timing - weeks, months, at least a year, etc...
I have tried implementing the authentication and access to the list by emulating a
browser, but am having lots of trouble getting the "right" token and have yet to
successfully modify the data. Because there is no information on how it is done, I
am not sure what I am doing wrong. It appears that the data POSTed to the server is
in JSON format.
yb...@gmail.com <yb...@gmail.com> #352
developer/
"And we think APIs are really, really important. They’re our way of leveraging the
developer world and it’s definitely on the roadmap."
fe...@gmail.com <fe...@gmail.com> #353
@YBlumberg: I remember reading that article a while ago. It is from July 2009.
Google: WHERE IS YOUR TASKS API?!?!? I have to second vikas.shah.1976 in saying that
some information on a "possible" release date however vague for a Tasks API would be
VERY much appreciated.
Google: WHERE IS YOUR TASKS API?!?!? I have to second vikas.shah.1976 in saying that
some information on a "possible" release date however vague for a Tasks API would be
VERY much appreciated.
be...@gmail.com <be...@gmail.com> #354
Please provide an API for task and integration with open source software like
http://www.taskcoach.org
so...@gmail.com <so...@gmail.com> #355
I am an end user of iCal and new to the Google cloud. I got fed up waiting for a Verizon iPhone and got a Droid.
I would like to mirror my iCal data on the Droid, and if a task/to-do API is what's needed, then count my vote for
that, if anyone is counting.
I would like to mirror my iCal data on the Droid, and if a task/to-do API is what's needed, then count my vote for
that, if anyone is counting.
fr...@gmail.com <fr...@gmail.com> #356
Please provide an API for task.
br...@gmail.com <br...@gmail.com> #357
My potential use for this: I want to sync Google Tasks (where my small business
currently stores all task information!) with SharePoint (we have the small free
implementation). I think this could be pretty powerful.
currently stores all task information!) with SharePoint (we have the small free
implementation). I think this could be pretty powerful.
fr...@gmail.com <fr...@gmail.com> #358
Very much need this functionality.
cy...@gmail.com <cy...@gmail.com> #359
Very much need this functionality
pe...@gmail.com <pe...@gmail.com> #360
Its really difficult to be the only IT staff member that goes out of his way to avoid
Micro$oft products, in this case Outlook. I also find it difficult to perform as
efficient as I should be able to because the freeware alternative lacks key
functionality. This is not a complaint to the freeware Dev community. This is a
plea to draw the divide closer to the competition. If I could help with the Dev
community I would, but I strongly believe that my programming skills are at a
wanna-be status. Despite that I've been getting my feet wet with Bugzilla reporting
and have seen a tiny bit of what happens in that community to fix problems.
This addition to functionality would also pose as a bug fix or symptom workaround
that I have not yet reported and only lightly researched. In order to support tasks
locally on my Thunderbird profile I must keep one local moz-calendar-profile account
to post my tasks. When I receive invites to calendar events there is no option to
select which calendar gets the event invite so this local moz-calendar-profile gets
the calendar event. To further complicate matters I cannot change the calendar to
which this event is assigned. The basic workaround is to export the invite and
import it making the calendar selection at that time.
So to see this addition to Google Provider will be a most welcome and long awaited
blessing!
Micro$oft products, in this case Outlook. I also find it difficult to perform as
efficient as I should be able to because the freeware alternative lacks key
functionality. This is not a complaint to the freeware Dev community. This is a
plea to draw the divide closer to the competition. If I could help with the Dev
community I would, but I strongly believe that my programming skills are at a
wanna-be status. Despite that I've been getting my feet wet with Bugzilla reporting
and have seen a tiny bit of what happens in that community to fix problems.
This addition to functionality would also pose as a bug fix or symptom workaround
that I have not yet reported and only lightly researched. In order to support tasks
locally on my Thunderbird profile I must keep one local moz-calendar-profile account
to post my tasks. When I receive invites to calendar events there is no option to
select which calendar gets the event invite so this local moz-calendar-profile gets
the calendar event. To further complicate matters I cannot change the calendar to
which this event is assigned. The basic workaround is to export the invite and
import it making the calendar selection at that time.
So to see this addition to Google Provider will be a most welcome and long awaited
blessing!
la...@gmail.com <la...@gmail.com> #361
Would love to see this. Could really do some neat stuff if it existed.
am...@gmail.com <am...@gmail.com> #362
Please prvoide the apis..
co...@gmail.com <co...@gmail.com> #363
true, Tasks API is good!
ti...@gmail.com <ti...@gmail.com> #364
Anch'io vorrei sincronizzare task con iCal Todo! Grazie! Thank you...
da...@gmail.com <da...@gmail.com> #365
Tasks are my main way of organising my life. I'd love to write scripts to remind me /
clear off tasks / integrate with our bug tracker. Please build it!
clear off tasks / integrate with our bug tracker. Please build it!
pa...@gmail.com <pa...@gmail.com> #366
Pretty please provide and API for tasks and sync with iCal to do
[Deleted User] <[Deleted User]> #367
FUCK YOU GOOGLE!!!!
cr...@gmail.com <cr...@gmail.com> #368
Is the API out yet? if I had a way to integrate blackberry, outlook and gmail tasks
and calendar it would be soooo sweeeet
and calendar it would be soooo sweeeet
mm...@gmail.com <mm...@gmail.com> #369
Very interesting to get Tasks API for C#.
py...@google.com <py...@google.com> #370
Hey all, we're aware of the interest in a Tasks API. I agree that it would be a very useful
API as well. Unfortunately, I can't comment on if or when it will be released. But, I'd like
everyone to know that we are aware of the interest.
API as well. Unfortunately, I can't comment on if or when it will be released. But, I'd like
everyone to know that we are aware of the interest.
cw...@gmail.com <cw...@gmail.com> #371
[Comment deleted]
tc...@gmail.com <tc...@gmail.com> #372
I would like to see a Tasks API, PLEASE!!!
ad...@gmail.com <ad...@gmail.com> #373
Need Tasks and Notes API to complete the suite...
em...@ryanbarron.com <em...@ryanbarron.com> #374
TASKS AND NOTES!!! this will bring the GA Suite into a whole new light as the definitive
office/exchange/headache solution period. Despite how powerful GA is, users familiar with Exchange and BES
seem to heavly discount everything else due to lack of those 2 items. I know, i know.. there is no vNote format or
vTask per-say but lets do it Google!!!! Can't wait for the DocVerse integration either!
office/exchange/headache solution period. Despite how powerful GA is, users familiar with Exchange and BES
seem to heavly discount everything else due to lack of those 2 items. I know, i know.. there is no vNote format or
vTask per-say but lets do it Google!!!! Can't wait for the DocVerse integration either!
ko...@gmail.com <ko...@gmail.com> #375
Why is there no API for Task?
fi...@gmail.com <fi...@gmail.com> #376
Ryan Barron: Actually there's standard VTODO format (for Tasks / Todo items) and
unofficial VNOTE format (used by Sony Ericsson, IceWarp Mail Server and several others)
unofficial VNOTE format (used by Sony Ericsson, IceWarp Mail Server and several others)
tr...@gmail.com <tr...@gmail.com> #377
yeah give us tasks api ! ;-)
ah...@gmail.com <ah...@gmail.com> #378
tasks api please !
jo...@gmail.com <jo...@gmail.com> #379
MY ANDROID WANTS MY MAC TO-DO LIST!!! It cries itself to sleep at night... I think it
gets louder every time, too. PLEASE HELP! RELEASE THE API!!!! Arrrrrghface.
gets louder every time, too. PLEASE HELP! RELEASE THE API!!!! Arrrrrghface.
mi...@gmail.com <mi...@gmail.com> #380
It is really shame that tasks api is not available yet and google support is
unbelievably bad.
unbelievably bad.
ap...@gmail.com <ap...@gmail.com> #381
API и зрелищ народу дайте!=) Или хотя бы отпишитесь о причине сокрытия оных! google,
tuk tuk!
tuk tuk!
[Deleted User] <[Deleted User]> #382
We all wait for api tasks, for istance better than buzz!
Regards
Regards
er...@gmail.com <er...@gmail.com> #383
Google, please add the API Task to allow syncing of the iCal ToDo Items. This is soo important!
Thank you!
Thank you!
pa...@gmail.com <pa...@gmail.com> #384
Google can do just about anything... except sync Tasks. Heck, I think Google washed my car. I would have
preferred Task syncing. How about an API for that?
preferred Task syncing. How about an API for that?
vi...@gmail.com <vi...@gmail.com> #385
Come on Google, what is so tough about releasing the API? I'm not even a techie and I need to sync my freakin'
tasks between ical and google!! Aren't you listening to us?
tasks between ical and google!! Aren't you listening to us?
ca...@gmail.com <ca...@gmail.com> #386
Come on Google. Add the API.
al...@gmail.com <al...@gmail.com> #387
Hi Google,
I'd love to get an Android phone, but not unless I can seamlessly sync my iCal Tasks
to an Android phone. I won't be purchasing an Android phone until that Task API is
released. Thanks! ;)
I'd love to get an Android phone, but not unless I can seamlessly sync my iCal Tasks
to an Android phone. I won't be purchasing an Android phone until that Task API is
released. Thanks! ;)
cl...@gmail.com <cl...@gmail.com> #388
I also need to sync Google Tasks with iCal todos, so I can have it on my Android phone. The way that I have to
do this is way too cumbersome.
do this is way too cumbersome.
ti...@googlemail.com <ti...@googlemail.com> #389
Really such a good idea
[Deleted User] <[Deleted User]> #390
Please, Google, we all need this!!!
ss...@gmail.com <ss...@gmail.com> #391
Google is so half-assed. Over a year and this many stars... Some middle manager at
Google should be fired.
Google should be fired.
jo...@gmail.com <jo...@gmail.com> #392
Come on Google. It's should be a piece of cake to release the Task API
aa...@gmail.com <aa...@gmail.com> #393
For God's sake come on google, tasks API!!!
in...@gmail.com <in...@gmail.com> #394
Please please please! The tasks are useless if they cannot be synced.
We NEED an interface.
We NEED an interface.
su...@gmail.com <su...@gmail.com> #395
Bump, are you scared of killing RTM?
fl...@gmail.com <fl...@gmail.com> #396
Who knows the status on this issue? I am new user of internet via mobile and make a
hell lot of use of calendars and tasks. Would be really great to find out if soon
there will be a possibility to sync with google all my tasks...
Anyone an idea when the feature (API) comes?
heads up, they might actually do it one day, I hope :-)
hell lot of use of calendars and tasks. Would be really great to find out if soon
there will be a possibility to sync with google all my tasks...
Anyone an idea when the feature (API) comes?
heads up, they might actually do it one day, I hope :-)
pa...@gmail.com <pa...@gmail.com> #397
Please. Please. Please -- everything else (communication, files, etc.) will fall within the context of your tasks
once you can sync tasks.
once you can sync tasks.
da...@gmail.com <da...@gmail.com> #398
This is the funniest damn thread I have ever read. My favorite is the "FUCK YOU GOOGLE!!!!". Very
direct. But the one about the Android phone crying itself to sleep at night is pretty good too. And
what's with the guy who *thinks* that Google washed his car? If Google washes my car I damn well
want to know about it.
direct. But the one about the Android phone crying itself to sleep at night is pretty good too. And
what's with the guy who *thinks* that Google washed his car? If Google washes my car I damn well
want to know about it.
as...@gmail.com <as...@gmail.com> #399
Task API should be the highest priority issue. Why these many requests are still not
being heeded, is incomprehensible.
being heeded, is incomprehensible.
br...@gmail.com <br...@gmail.com> #400
When does this happen!?@?
ja...@gmail.com <ja...@gmail.com> #401
This is currently the number two starred item for gdata (the first being abuse of YouTube flagging system) and
surely this API cannot be that difficult. How is it possible that Google has not gotten to this?
Google, PLEASE provide an API!
surely this API cannot be that difficult. How is it possible that Google has not gotten to this?
Google, PLEASE provide an API!
el...@gmail.com <el...@gmail.com> #402
yes, yes, please make it a standalone app
da...@gmail.com <da...@gmail.com> #403
TASK API!!! YES!
ju...@gmail.com <ju...@gmail.com> #404
Please, Task API !!
pe...@gmail.com <pe...@gmail.com> #405
i will give up outlook for this!
br...@gmail.com <br...@gmail.com> #406
I'm a little confused Google.... This is my first post to any google lab/code issue and found this list
desperately needing the Tasks API. If you want to be taken seriously as the gold standard for cloud
computing etc., how can you only release part of a product? Tasks has always had the status of being
something of an orphan - but without the programatic tools to manipulate the data, and the
requirement for those who want the WHOLE PICTURE to hack and beg seems somewhat of a lame
business model.
I could never get behind the Mac because their integration of email, contacts, tasks, and calendar was
terribly incomplete compared to Microsoft Outlook. You would be amazed at the number of people who
never considered the Mac platform strictly because of the lack of this integration. I instantly feel in love
with Google as a Calendar and as an Email client, was happy that a minimalistic task list (at least) was
implemented, and having Google Docs as a word processor makes, to me, the whole system quite
compelling! Remember OS/2? Great OS, no (or little) "Office" support. The OS died because there was
no native application which did what everyone needs first... Email Client, Calendar, Tasks, Notes, Docs.
Have simplified and amplified my life by using Google exclusively and could not have made a better
choice. Having 4 main devices and others on an as needed basis, so easy to just log in to my Google
and "Bam" email, calendar, tasks, etc. Moved to the HTC Incredible phone, and other than a bizarre
contact syncing issue which added 9000 repeat contacts and drained my battery (now mysteriously
stable) things couldn't be better!
Now as a systems designer and integration specialist - time to tackle writing code for being able to programmatically manage the data in Google via my own software and systems. If you open up a
system for the management by designers and administrators, why not give them access to the whole
system... I don't think you understand that it is brutally expensive and difficult to only have access to
part of the system (where the elements are dependent on each other) and it makes the use of Google
API's a much weaker choice. Why would you not release the API's as you release the system for public
use? When it comes out of Labs, it should come out with the API. Don't have the API, you only have
part of the solution, and part in this case diminishes the overall system's usefulness.
Missing the API for Tasks isn't as extreme as Apple not having a truly integrated "outlook" approach, or
IBM not building any basic office applications for OS/2, but it's in the same vein. Hey Google! Time to
join the real world and respond to your developers in a timely and reasonable way! You are the ones
courting the developer world with world-class API's and tools. Don't think that you can squander your
goodwill to the developers by not sticking to and publishing a way out of this missing link!
desperately needing the Tasks API. If you want to be taken seriously as the gold standard for cloud
computing etc., how can you only release part of a product? Tasks has always had the status of being
something of an orphan - but without the programatic tools to manipulate the data, and the
requirement for those who want the WHOLE PICTURE to hack and beg seems somewhat of a lame
business model.
I could never get behind the Mac because their integration of email, contacts, tasks, and calendar was
terribly incomplete compared to Microsoft Outlook. You would be amazed at the number of people who
never considered the Mac platform strictly because of the lack of this integration. I instantly feel in love
with Google as a Calendar and as an Email client, was happy that a minimalistic task list (at least) was
implemented, and having Google Docs as a word processor makes, to me, the whole system quite
compelling! Remember OS/2? Great OS, no (or little) "Office" support. The OS died because there was
no native application which did what everyone needs first... Email Client, Calendar, Tasks, Notes, Docs.
Have simplified and amplified my life by using Google exclusively and could not have made a better
choice. Having 4 main devices and others on an as needed basis, so easy to just log in to my Google
and "Bam" email, calendar, tasks, etc. Moved to the HTC Incredible phone, and other than a bizarre
contact syncing issue which added 9000 repeat contacts and drained my battery (now mysteriously
stable) things couldn't be better!
Now as a systems designer and integration specialist - time to tackle writing code for being able to programmatically manage the data in Google via my own software and systems. If you open up a
system for the management by designers and administrators, why not give them access to the whole
system... I don't think you understand that it is brutally expensive and difficult to only have access to
part of the system (where the elements are dependent on each other) and it makes the use of Google
API's a much weaker choice. Why would you not release the API's as you release the system for public
use? When it comes out of Labs, it should come out with the API. Don't have the API, you only have
part of the solution, and part in this case diminishes the overall system's usefulness.
Missing the API for Tasks isn't as extreme as Apple not having a truly integrated "outlook" approach, or
IBM not building any basic office applications for OS/2, but it's in the same vein. Hey Google! Time to
join the real world and respond to your developers in a timely and reasonable way! You are the ones
courting the developer world with world-class API's and tools. Don't think that you can squander your
goodwill to the developers by not sticking to and publishing a way out of this missing link!
[Deleted User] <[Deleted User]> #407
Here is hoping Tasks API will be introduced tomorrow during Google I/O.
mn...@gmail.com <mn...@gmail.com> #408
Google Calendar and Thunderbird calendar Synchronise very well by the Provider Addon,
but my task list cannot be synchronised. Which degrades the full potential.
task synchronisation will make it the full-monty
but my task list cannot be synchronised. Which degrades the full potential.
task synchronisation will make it the full-monty
jo...@gmail.com <jo...@gmail.com> #409
Task API is a must to have .
mc...@gmail.com <mc...@gmail.com> #410
Task API is a must.
he...@gmail.com <he...@gmail.com> #411
Bitte macht die API
fe...@gmail.com <fe...@gmail.com> #412
God, I'm looking foward to this API. Right now, I'm syncing my AddressBook and iCal with Google Contacts and
Agenda. It's only missing the tasks/to-do.
Agenda. It's only missing the tasks/to-do.
da...@gmail.com <da...@gmail.com> #413
I have used google standard for quite some time and have always wanted a way to sync everything on all of my
devices, including tasks. I have recently started using Google Apps Premier for my business and love the Outlook
sync conduit. Adding tasks sync capability for both outlook and spanning-sync on my home computer would be
a great asset to my personal and business productivity.
devices, including tasks. I have recently started using Google Apps Premier for my business and love the Outlook
sync conduit. Adding tasks sync capability for both outlook and spanning-sync on my home computer would be
a great asset to my personal and business productivity.
[Deleted User] <[Deleted User]> #414
15 months & more than 3500 votes and this data is not even available as a simple
RSS/ATOM feed !? Can we get some method just to consume the data at least? Don't
need a full on API, but at least want multiple methods of access to my *own* data.
Is this really that hard to build? My first task app had feed ability and that was
in 2001! Would love to be able to replace that old code.
$feed = HTTP::get('http://api.google.com/a/domain.com/tasks?list=foo' );
RSS/ATOM feed !? Can we get some method just to consume the data at least? Don't
need a full on API, but at least want multiple methods of access to my *own* data.
Is this really that hard to build? My first task app had feed ability and that was
in 2001! Would love to be able to replace that old code.
$feed = HTTP::get('
th...@gmail.com <th...@gmail.com> #415
I find it very confusing that Google won't release these APIs. It's such a simple platform. These APIs would only
encourage further adoption.
encourage further adoption.
ec...@gmail.com <ec...@gmail.com> #416
I wish Google would comment on why they don't want to release this.
ca...@gmail.com <ca...@gmail.com> #417
de...@gmail.com <de...@gmail.com> #418
I would love an API to tasks like the other Google internet tools. I want to plugin this into an Android application I
am building. This does not seem like it would be difficult for Google to get done considering all of the other
API's they've built in the past.
am building. This does not seem like it would be difficult for Google to get done considering all of the other
API's they've built in the past.
re...@gmail.com <re...@gmail.com> #419
Google, I need to Sync my Google Tasks on my computer with my Droid. Plain and
simple. Can you help me?
simple. Can you help me?
pr...@gmail.com <pr...@gmail.com> #420
Pleaaaaaaaaaaaaaase, we need google tasks on our devices.... :(
he...@gmail.com <he...@gmail.com> #421
I made a presentation to my company to purchase Google Apps Premier. The fact that google calender doesn't
sync tasks with outlook got my presentation shot down.
sync tasks with outlook got my presentation shot down.
de...@gmail.com <de...@gmail.com> #422
At last, I returned to Yahoo Calendar, which supports CalDav. At least, I can sync
to-do list with it.
to-do list with it.
[Deleted User] <[Deleted User]> #423
Yes, we really need this! I can't believe Google doesn't have a syncable To-Do List! Ridiculous!
wo...@gmail.com <wo...@gmail.com> #424
how many million votes do we need until Google considers this Priority-high??
em...@gmail.com <em...@gmail.com> #425
Just buy Remember the milk. You guys have the cash and definitely aren't keeping up with them.
my...@gmail.com <my...@gmail.com> #426
Really hoping for eventual Tasks sync with BlackBerry. A Tasks API would be a huge step toward that. Definitely count my vote in.
P.S. re: Comment #442 , this is one of the few similar reasons the company I work for is going with Exchange Online over Google Apps Premier. Sorry, Google, things like this are important to end users.
P.S. re:
an...@smartCRM.de <an...@smartCRM.de> #427
I Can't understand why this isn't going to be implemented ... :-(
We would have great oppurtinities with tasks. So without task it isn't really useful :-(
We would have great oppurtinities with tasks. So without task it isn't really useful :-(
le...@gmail.com <le...@gmail.com> #428
I've been awaiting over a year to see if anything comes out of Google for a Google Task API... I need it on my DROID and my PC/Thunderbird. Hello? I hope this is reaching someone.
Until next time,
LEHenryJr
Until next time,
LEHenryJr
be...@gmail.com <be...@gmail.com> #429
DO EET
re...@gmail.com <re...@gmail.com> #430
Seems to be pointless to wait.. Time to get some milk instead.. www.rememberthemilk.com
ca...@gmail.com <ca...@gmail.com> #431
I assume the reason Google Sync doesn't sync tasks over exchange is because of the lack of a tasks API. Google Sync is incredible, but without task sync it's crippled for me.
Google is so close to making a great one-stop PIM suite, and this is a pretty important step in that process.
Google is so close to making a great one-stop PIM suite, and this is a pretty important step in that process.
da...@gmail.com <da...@gmail.com> #432
This seems to be an "easy" thing for Google to do to ensure their domination over the world - you'd think that they would want more people to be addicted to their services, right?
vs...@gmail.com <vs...@gmail.com> #433
Maybe this is not implemented because Google keeps it for one of its commercial app ?
I'd so much love to see it implemented in Calendar !
I'd so much love to see it implemented in Calendar !
g....@gmail.com <g....@gmail.com> #434
Has anyone identified a workaround to this issue? Is there any way to submit a task into the google calendar API by way of a hack or "undocumented API"? If so we could all just band together and use that as a semi official method until the official Task API is released (presuming that they are even going to release one).
Just my 2c
Just my 2c
tm...@gmail.com <tm...@gmail.com> #435
I heard at Google IO that something was being worked on, but they wouldn't tell me anything. They just smiled...
[Deleted User] <[Deleted User]> #436
I NEED an API !! so much work could be done easier with an API !!
ca...@gmail.com <ca...@gmail.com> #437
I urge that too. I use many devices and do need apps able to sync tasks.
er...@gmail.com <er...@gmail.com> #438
I urge that too. My Android need this!
bw...@gmail.com <bw...@gmail.com> #439
This issue to me should be a priority if you(google) is trying to leverage the office market.
an...@smartCRM.de <an...@smartCRM.de> #440
Thats a silly. Not a single official statement here....
ad...@gmail.com <ad...@gmail.com> #441
Would be pretty handy!
bu...@gmail.com <bu...@gmail.com> #442
I'm using ToDo for my iPad currently and would love Google to release an API that supports it, rather connects to Google Tasks/Google Calendar. I am using gmail and google voice and think this would be an excellent connection, and an easy and effective way to connect all the iphone, itouch, ipad users to google.
thanks
thanks
ko...@gmail.com <ko...@gmail.com> #443
we need a google tasks api, especially now when googlecl exist!
sh...@gmail.com <sh...@gmail.com> #444
I hate to bust everyone's bubble here. While the API would be very very helpful somehow Remember the Milk and two Android apps (confusingly called Gtasks and SSI Gtasks) have manged very slick implementation of syncing tasks with google. Has anyone acutally checked that it's not an extention of the Calendar API???
ha...@gmail.com <ha...@gmail.com> #445
@ shikasta.net - ah, it seems like Remember the Milk has just created google widgets to display the RTM data; I haven't tried it, but based on the description on their web page, it doesn't look like they actually do anything like actually syncing with google data...
http://www.rememberthemilk.com/services/googlecalendar/
to...@gmail.com <to...@gmail.com> #446
google appears to think that accessing it through you mobile browser will do instead
(http://www.google.com/support/mobile/bin/answer.py?answer=128061 )
no. its useless. I would rather tie a knot in my handkerchief
(
no. its useless. I would rather tie a knot in my handkerchief
la...@gmail.com <la...@gmail.com> #447
I'm looking for a simple Outlook tasks to Google tasks sync function. How hard can that be for one of the largest IT organizations in the world? Well - I manage with Remember the milk as transporter for now to my android phone
ji...@gmail.com <ji...@gmail.com> #448
Is there no-one at google that is looking into this? It would seem common sense, and all of the todo applications that I use are awaiting a google tasks api so they can implement tasks into their application.... please google, respond!
ma...@gmail.com <ma...@gmail.com> #449
Come on Google - Outlook for business people is like bread and water to humans. We need a robust Task API out there. The current task function is pathetic!!!! If you want to be #1 then release your task API ASAP...it's pathetic you don't have a robust task or to do function yet???? REALLY????
Love my droid otherwise I'd dump you guys all together. If there was a work around to sync all of outlook to the droid I'd never use Google apps. Been syncing for years before smart phones ever came out and it's quick and easy....Lets hope this task feature gets priority!??????
Love my droid otherwise I'd dump you guys all together. If there was a work around to sync all of outlook to the droid I'd never use Google apps. Been syncing for years before smart phones ever came out and it's quick and easy....Lets hope this task feature gets priority!??????
ed...@gmail.com <ed...@gmail.com> #450
Google, the world needs an API to Tasks.
dh...@gmail.com <dh...@gmail.com> #456
I am spamming this issue - Google I need to way to natively sync Google tasks. Other workarounds I've used are just lame.
da...@gmail.com <da...@gmail.com> #457
Does all this closing of duplicates mean that someone will finally take a look at this issue, or is it just a triaging of bugs?
ev...@gmail.com <ev...@gmail.com> #458
They were unofficially "working on" an API for tasks as of IO 2010...Of course when that ever goes public is anyone's guess :P
to...@gmail.com <to...@gmail.com> #459
Exciting!
@ Evan: Is there a source for that unofficial info?
@ Evan: Is there a source for that unofficial info?
mo...@gmail.com <mo...@gmail.com> #460
I'm going to predict that we'll see an announcement next Friday (7/16) because it will be the 1 year anniversary since Google Tasks came out of beta. I'm really hoping they release an API and/or a native Android application/widget
mo...@gmail.com <mo...@gmail.com> #461
Well I guess Tasks came out of beta on the 14th, but hopefully it gets released next week. I've been following this issue for almost a year now.
r....@gmail.com <r....@gmail.com> #462
eagerly waiting for this :)
be...@gmail.com <be...@gmail.com> #463
Please Google, please, don't fail, and make sure to integrate it with your Windows Mobile Sync offering so that Tasks works there too!
sh...@gmail.com <sh...@gmail.com> #464
Agreed. This would be very helpful.
fi...@gmail.com <fi...@gmail.com> #465
Two things:
First, the very first item in this issue reads, in part:
"Reported by shrhoads, Jan 18, 2009...
An api to manage the task list available in the gMail interface."
So I guess the question has been answered.
Second: Where exactly is this api mentioned by shrhoads? I have tried to look through the existent gmail API but can't find any hint of it. Could shrhoads or one of his/her colleagues comment on this?
First, the very first item in this issue reads, in part:
"Reported by shrhoads, Jan 18, 2009...
An api to manage the task list available in the gMail interface."
So I guess the question has been answered.
Second: Where exactly is this api mentioned by shrhoads? I have tried to look through the existent gmail API but can't find any hint of it. Could shrhoads or one of his/her colleagues comment on this?
tr...@gmail.com <tr...@gmail.com> #466
Please get this API done, so we can all start using google tasks to GTD!
ma...@gmail.com <ma...@gmail.com> #467
ideally, the API should be built off of CalDAV so that it could integrate into iCal and Lightening for Thunderbird, as well as other GTD apps. Zimbra handles this very well.
se...@gmail.com <se...@gmail.com> #468
There is an app for android called gTasks which have perfect sync, and this API page linked to it http://sites.google.com/site/ssi4and/api have anyone tried it?
[Deleted User] <[Deleted User]> #469
Well, July 14 has come and gone, with no announcement of a Google Tasks API. Sigh… I really would like to have my iPhone to-do app sync with Google Tasks. I suppose I could sync with Remember the Milk, but their website makes it seem like you need to be a big company to get a commercial-use API key. Plus, Google Tasks is available to all Gmail users, so there are probably more people using it than people using Remember the Milk.
[Deleted User] <[Deleted User]> #470
Come on Google! I can’t use Remember the Milk because I can’t get an API key, and I can’t use Google Tasks because there isn’t an API. All the other online to-do services are much to obscure to be worth the effort. I really, really want to add a sync feature to my to-do app, but I physically cannot because of Google. >.<
ba...@gmail.com <ba...@gmail.com> #471
Yeah, Remember the Milk guys don't even answer commercial API key requests, at least not for simple human beings.
Btw Google's todo functionality is pretty lame, as it doesn't support sharing nor repeating tasks. It is not in the same street with Remember the Milk. Its only advantage is being provided by Google.
Btw Google's todo functionality is pretty lame, as it doesn't support sharing nor repeating tasks. It is not in the same street with Remember the Milk. Its only advantage is being provided by Google.
su...@gmail.com <su...@gmail.com> #472
Agree! Task API would be very helpful. Thanks in advance.
mi...@gmail.com <mi...@gmail.com> #473
Would love this as it would enable me to sync with Appigo's great ToDo app. Thanks in advance Googlers.. we know you're working hard :)
vi...@gmail.com <vi...@gmail.com> #474
Heard from God: "If Google fixes this , I can agree to manage peace in the world."
ar...@gmail.com <ar...@gmail.com> #475
If not a proper API, some utility in GoogleCL would do wonders for me and allow me to dump some other tools that I hate having to cobble together. Thanks!
mi...@gtempaccount.com <mi...@gtempaccount.com> #476
Just another vote from me. I've seen some apps do syncing (CalenGoo) but I haven't had time to sniff out the HTTP requests they make. In any case, an official API would be the be solution instead of screeen-scraping or implementing some fragile ad-hoc methods to pull the data.
ar...@gmail.com <ar...@gmail.com> #477
I want my tasks to appear in my Android phone and Outlook
fa...@gmail.com <fa...@gmail.com> #478
I'd like to have a proper tasks API as well. Thanks.
[Deleted User] <[Deleted User]> #479
Very un-patiently waiting for Google to implement this…
ma...@gmail.com <ma...@gmail.com> #480
I am interested in such API as well
ma...@gmail.com <ma...@gmail.com> #481
Shame there is no API or announcement of one.... the world is not getting things done properly apparently. Very unproductive.
by...@gmail.com <by...@gmail.com> #482
please make a Tasks API, I would love to sync my tasks
ro...@gmail.com <ro...@gmail.com> #483
I also really need Google Task Sync API to my several Todo Apps and devices. Thanks
bz...@gmail.com <bz...@gmail.com> #484
Come on Google. it's they only sticking point to no swapping from Exchange for my company.
kh...@gmail.com <kh...@gmail.com> #485
Please release the API
fu...@gmail.com <fu...@gmail.com> #486
Here's your read only API:
curlhttps://www.google.com/accounts/ClientLogin -d Email=YOURUSERNAME@gmail.com -d Passwd=YOURPASS -d source=privacylog -d service=goanna_mobile > token
HEADER="Authorization: GoogleLogin $(sed -n '/Au/s/A/a/p' token)"
curl --header "$HEADER" "https://mail.google.com/tasks/ig " > tasks
grep -o "\"\(name\|task_date\|notes\)\":\"[^\"]*\"" tasks
==========
You can read more details here:
http://privacylog.blogspot.com/2010/07/api-for-google-tasks.html
There's also code there to email your task list daily.
curl
HEADER="Authorization: GoogleLogin $(sed -n '/Au/s/A/a/p' token)"
curl --header "$HEADER" "
grep -o "\"\(name\|task_date\|notes\)\":\"[^\"]*\"" tasks
==========
You can read more details here:
There's also code there to email your task list daily.
fu...@gmail.com <fu...@gmail.com> #487
And would a member please resend that last message, so it can trigger an email to interested parties?
wa...@gmail.com <wa...@gmail.com> #488
There has to be some sort of documentation or API... geetaskpro for iPhone is a great app but missing the features that i need... how did they do it. works great.
[Deleted User] <[Deleted User]> #489
Google: Wouldn't it make good business sense to open the tasks API so more people would be inclined to use it - therefore allowing you to make very timely, relevant and targeted advertisements to users ....
You don't like money?
You don't like money?
ma...@gmail.com <ma...@gmail.com> #490
GOOGLE: PLEASE ADD TASK API!!!
ma...@gmail.com <ma...@gmail.com> #491
GOOGLE: PLEASE ADD TASK API!!!
ti...@gmail.com <ti...@gmail.com> #492
New to Droid. Love it! I mean, seriously, love it.
Unfortunately I have to return it to ATT as there is no task sync. I was shocked!
I'll check into it again when I get another new phone IN TWO MORE YEARS!!!
Unfortunately I have to return it to ATT as there is no task sync. I was shocked!
I'll check into it again when I get another new phone IN TWO MORE YEARS!!!
sh...@gmail.com <sh...@gmail.com> #493
Obviously, if the Task team has been aware of the demand for this API for over a year and has not implemented it, it is not because of lack of ability. The API that would make 90% of the users here happy would take engineers at Google a couple weeks to implement at most.
For a company like Google, talent and money are non-issues, so of course the only thing that could be holding this feature up is political/bureaucratic BS, which no company is immune from.
I would put money down that Google is actually looking at acquiring another company or their task technology and the Task team (which is probably just 1-2 guys on the Calendar team) has been instructed to do nothing regarding an API until an acquisition has been made or such a time when they feel that no other existing Task technology/company is a good fit for them.
I imagine speculation is as welcome here as "ME TOO!!!!!111", but just maybe we'll get a wink-wink, nudge-nudge, say-no-more and can alter our nightly prayers from "Please [insert deity], let someone at Google wake-up tomorrow with a manic desire to finish the Task API" to "Please [insert deity], let Google remember that their original technology is always the best and bless them with managerial clarity"
For a company like Google, talent and money are non-issues, so of course the only thing that could be holding this feature up is political/bureaucratic BS, which no company is immune from.
I would put money down that Google is actually looking at acquiring another company or their task technology and the Task team (which is probably just 1-2 guys on the Calendar team) has been instructed to do nothing regarding an API until an acquisition has been made or such a time when they feel that no other existing Task technology/company is a good fit for them.
I imagine speculation is as welcome here as "ME TOO!!!!!111", but just maybe we'll get a wink-wink, nudge-nudge, say-no-more and can alter our nightly prayers from "Please [insert deity], let someone at Google wake-up tomorrow with a manic desire to finish the Task API" to "Please [insert deity], let Google remember that their original technology is always the best and bless them with managerial clarity"
ro...@gmail.com <ro...@gmail.com> #494
um... me too? :-)
ch...@gmail.com <ch...@gmail.com> #495
Need API for Google Task!
ru...@gmail.com <ru...@gmail.com> #496
as today, Gmail lists "Task" as one of three features,
so open Google Task API is necessary.
so open Google Task API is necessary.
le...@gmail.com <le...@gmail.com> #497
I just discovered my droid is now useless as a digital dayrunner. I cannot believe this oversight. I NEED THIS FUNCTIONALITY, and I am on a mac which makes this the only option for me.
de...@gmail.com <de...@gmail.com> #498
I'd like this for the sake of integration with Remember The Milk.
co...@gmail.com <co...@gmail.com> #499
Priority-Medium ? You've got to be kidding me. It's not "Medium", more like "Critical". Google Tasks without API is pretty useless for lots of people.
ma...@gmail.com <ma...@gmail.com> #500
Please put more efforts on this issue, thanks in advance
vo...@gmail.com <vo...@gmail.com> #501
Any estimation of remaining time?
ss...@gmail.com <ss...@gmail.com> #502
We want Google Tasks API :)
pa...@gmail.com <pa...@gmail.com> #503
Absolutely... need it fast..
jv...@gmail.com <jv...@gmail.com> #504
Please add Google Tasks API + Apps Script. Many Thx.
a....@gmail.com <a....@gmail.com> #505
Please add Google Tasks API so I can search within tasks
th...@gmail.com <th...@gmail.com> #506
Come on Google, everybody wants it, and it can't be that hard to do...
Do you at least intend to do it ? If not, why ? Is that for political reasons ? I guess it must be, because I can't see any other reason why a 19-month old popular demand with no technical difficulty wouldn't be implemented yet...
Do you at least intend to do it ? If not, why ? Is that for political reasons ? I guess it must be, because I can't see any other reason why a 19-month old popular demand with no technical difficulty wouldn't be implemented yet...
sa...@gmail.com <sa...@gmail.com> #507
Come on Google. Give this soon before Facebook releases a Task API and people start using that. Already a lot of my GMail volume is reduced significantly owing to Facebook wall. do you want FB to be the default task backend as well ?
sm...@gmail.com <sm...@gmail.com> #508
Jesus, one and a half year already past ......
th...@gmail.com <th...@gmail.com> #509
My father has been dying of cancer for almost a year now, but last night he finally passed away. As the life drained from his face, he beckoned me closer. As I strained to hear him, his finals words were "tasks... api..." and then he left us.
Please Google, do it for dad.
Please Google, do it for dad.
da...@google.com <da...@google.com> #510
This issue is now being tracked in a different issue tracker. To track or update this bug, please visit the new issue: http://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=985 . Further comments on this bug will be ignored in this issue tracker.
yi...@gmail.com <yi...@gmail.com> #511
Google tasks - could over take over all those crappy "to do" apps if they just listened to the people and released the api and made it a shtikel more functional.
bi...@gmail.com <bi...@gmail.com> #512
Give them a break people!!!!!!!! Maybe they haven't gotten this done because they need an API to get the task out of their tasks list!
ed...@gmail.com <ed...@gmail.com> #513
Google, wehre's the API!!! Don't be evil!
gu...@gmail.com <gu...@gmail.com> #514
Hi,
I'm a frequent Google's web apps user, but when I am offline I use tools like Todo by Appigo. I know the importance of having backups of you calendar, contacts, and mail, but from my task applications like Todo I don't want to sync them with Outlook. I would like to sync my tasks like I do with my calendars, mails, and contacts.
I'm a frequent Google's web apps user, but when I am offline I use tools like Todo by Appigo. I know the importance of having backups of you calendar, contacts, and mail, but from my task applications like Todo I don't want to sync them with Outlook. I would like to sync my tasks like I do with my calendars, mails, and contacts.
be...@gmail.com <be...@gmail.com> #515
api pls. kind of important for rainlendar users ;)
[Deleted User] <[Deleted User]> #516
I am asking for the third time in over a year....as a customer I am asking for the API....please!
ne...@gmail.com <ne...@gmail.com> #517
I'm looking at writing an iPhone application similar to GeeTasks, but would rather write it against a formal Google API (instead of reverse engineering requests/responses from the browser).
In the event that Google don't provide an API, is it 'acceptable' to reverse engineer the requests and responses? I assume that this would be 'unsupported' as it's undocumented and likely to change.
In the event that Google don't provide an API, is it 'acceptable' to reverse engineer the requests and responses? I assume that this would be 'unsupported' as it's undocumented and likely to change.
cv...@gmail.com <cv...@gmail.com> #518
Google will never have importance in the business class software world. Beta API not working or faling to deliver importance API is just one example.
dg...@gmail.com <dg...@gmail.com> #519
i need too.
he...@gmail.com <he...@gmail.com> #520
heh... +1 api!
si...@gmail.com <si...@gmail.com> #521
Google: At the very least after what will soon be two years, HAVE THE COMMON DECENCY to post an explanation on why you will not spend a couple of weeks on putting out an API! Just tell us why not! JUST TELL US WHY NOT!
You had rather have programmers in the Labs coming up with great gmail features like "Got the Wrong Bob"? Just be DECENT ABOUT IT, and give the reason why not!!!
You had rather have programmers in the Labs coming up with great gmail features like "Got the Wrong Bob"? Just be DECENT ABOUT IT, and give the reason why not!!!
mo...@gmail.com <mo...@gmail.com> #522
we need this functionality! google: it's a TASK API, not nuclear science. Whatever stupid issue has prevented you from addressing this problem, please get with the program. You users are really starting to wonder if you even notice us anymore!
gr...@gmail.com <gr...@gmail.com> #523
Is there any chance to relase Task Api in this year?
na...@gmail.com <na...@gmail.com> #524
Still waiting...
f....@gmail.com <f....@gmail.com> #525
Task API would be great - without Google Calendar unfortunately cannot be an alternative to Ms Exchange ...
ph...@gmail.com <ph...@gmail.com> #526
Please do this! Google Tasks is wonderful because it shows up natively in Gmail and Google calendar but I really wish it could sync with Toodledo.
ke...@gmail.com <ke...@gmail.com> #527
I don't understand why small companies have far surpassed a monster like Google. Is there not one programmer assigned full-time by Google to the task of creating a task API for the world?
ma...@gmail.com <ma...@gmail.com> #528
Still waiting...
er...@gmail.com <er...@gmail.com> #529
I love google tasks. I want to make a google tasks can be synchronize application, API published please
ho...@gmail.com <ho...@gmail.com> #530
Before a android phone can be 100% perfect as a cooperate phone must their be 2-ways calendar and tasks that can sync. with exchange servers or Lotus Traveler.
an...@gmail.com <an...@gmail.com> #531
Yes please!
de...@gmail.com <de...@gmail.com> #532
dude, it's close to a year. Where's the API? I can haz Tasks API ..
sa...@gmail.com <sa...@gmail.com> #533
Another +1 for task API. Mucho importante.
st...@gmail.com <st...@gmail.com> #534
please make a task API!
au...@gmail.com <au...@gmail.com> #535
PLEASE UPDATE TASKS!!!! MAKE AN API. YOU CAN DO SO MUCH WITH THIS> YOU'RE LOOSING OUT TO ICAL GOOGLE!!!!
pa...@gmail.com <pa...@gmail.com> #536
Please Fix the Task issue.......From Greece with love
ru...@gmail.com <ru...@gmail.com> #537
Please Google, please, make a Tasks api =D
I will pay a beer and an acaraje when you come to Salvador, Bahia, see carnival. =D
I will pay a beer and an acaraje when you come to Salvador, Bahia, see carnival. =D
jk...@gmail.com <jk...@gmail.com> #538
Fuck google!
What a foolish document of the task API!
What a foolish document of the task API!
jk...@gmail.com <jk...@gmail.com> #539
Fuck google!
What a foolish document of the task API!
What a foolish document of the task API!
co...@gmail.com <co...@gmail.com> #540
This API is important. i apologise for the rude users, we (rainlendar) users need it.
;)
;)
da...@gmail.com <da...@gmail.com> #541
If this is provided, it will put those GTD apps such as OmniFocus out of business in no time!
ch...@gmail.com <ch...@gmail.com> #542
[Comment deleted]
ch...@gmail.com <ch...@gmail.com> #543
I have now lost any hope that google will provide an API. My concerns that google has some kind of agreements with Remember the Milk (RTM) have been affirmed: Does not RTM's new sync client for Outlook remember you at Google Calendar Sync
http://blog.rememberthemilk.com/2010/10/new-for-pro-introducing-milksync-for-microsoft-outlook/
je...@gmail.com <je...@gmail.com> #544
At home, I would like to be able to manage my tasks/Google with ThunderBird/Lightning.
ro...@gmail.com <ro...@gmail.com> #545
It seems that the Google team is ignoring us.
We need as many stars to respond?
I use Thunderbird with Lightning and I don't have optimal control over the tasks.
Rodrigo - Brazil
We need as many stars to respond?
I use Thunderbird with Lightning and I don't have optimal control over the tasks.
Rodrigo - Brazil
gu...@gmail.com <gu...@gmail.com> #546
I need to sync my Lightning TASKS with google calendar. This is extremely important for me and my company to sync tasks. Please do not ignore our request.
Guilherme - Brasil
Guilherme - Brasil
da...@gmail.com <da...@gmail.com> #547
Google, this is really silly, being able to sync your calendar but not the Todo. Most ppl use them both to manage their daily task.
jo...@gmail.com <jo...@gmail.com> #548
Calender sync without being able to sync my todolist is pretty useless so please add it.
[Deleted User] <[Deleted User]> #549
Someone should upgrade this issue to critical. Without task sync, the calendar workflow is basically broken.
tr...@gmail.com <tr...@gmail.com> #550
[Comment deleted]
ca...@gmail.com <ca...@gmail.com> #551
Ive been waiting for this for over a year.........and still nothing......I had migrated my calendar to YAHOO!!!!!!!!!!!!! they have the api to do things correctly but i wanted to have a complete google suite of tools for email and calendar.
cr...@gmail.com <cr...@gmail.com> #552
I have been waiting forever for Google to develop the API for allowing Tasks to be synced with other task management products. This is painful.
si...@gmail.com <si...@gmail.com> #553
[Comment deleted]
si...@gmail.com <si...@gmail.com> #554
Without Tasks sync google calendar is not usable
fl...@gmail.com <fl...@gmail.com> #555
Still waiting
ma...@gmail.com <ma...@gmail.com> #556
[Comment deleted]
en...@yahoo.com <en...@yahoo.com> #557
Hmm, might have to migrate to Yahoo as well. Too bad.
ri...@gmail.com <ri...@gmail.com> #558
> From peoples experience once priority gets upgraded to "medium" what kind of time frame
does that imply? Days, Months, Years?
I'd say years, at this rate.
I would like to see VTODO support added to Google CalDAV. GData is just too buggy / always in flux / always breaking. I can say that with conviction because we've used it in our commercial products for over 3 years.
does that imply? Days, Months, Years?
I'd say years, at this rate.
I would like to see VTODO support added to Google CalDAV. GData is just too buggy / always in flux / always breaking. I can say that with conviction because we've used it in our commercial products for over 3 years.
ru...@gmail.com <ru...@gmail.com> #559
I would really like more apps to be able to sync with Google Tasks. You guys are the backbone to ALL apps out there and would boost loyalty and productivity to your patrons by doing so. Keep up the amazing work.
[Deleted User] <[Deleted User]> #560
A year ago, the API would have been a "thank you!" Today, it would be "about f'ing time." By year three, "too late, I'm gone."
Between this b.s. and my no-longer-supported Droid Eris that is still under contract, I am about ready to switch to the iPhone.
Between this b.s. and my no-longer-supported Droid Eris that is still under contract, I am about ready to switch to the iPhone.
rl...@gmail.com <rl...@gmail.com> #561
Yeah, we need the task API
jo...@gmail.com <jo...@gmail.com> #562
I need task API
ga...@freedom55financial.com <ga...@freedom55financial.com> #563
Please add the task API
mo...@gmail.com <mo...@gmail.com> #564
This thing is really getting out of hand. If people had their api, they would stop all these comments.
bi...@gmail.com <bi...@gmail.com> #565
Please, add an official API for Google Tasks. Just look at Sparrow for Google Mail. If only people had access to an API, they would create stunning apps.
Like Firetask, Things, etc.
Like Firetask, Things, etc.
jo...@gmail.com <jo...@gmail.com> #566
[Comment deleted]
mp...@gmail.com <mp...@gmail.com> #567
Hi Google,
I need a task API or REST-Service to sync my Trac-Issues with my Google-Calender.
Thanks,
Markus
I need a task API or REST-Service to sync my Trac-Issues with my Google-Calender.
Thanks,
Markus
rb...@googlemail.com <rb...@googlemail.com> #568
hi google, please add an API for tasks! many thanx rainer
gu...@gmail.com <gu...@gmail.com> #569
1 year later, still nothing.
lu...@gmail.com <lu...@gmail.com> #570
[Comment deleted]
fr...@gmail.com <fr...@gmail.com> #571
an API for tasks would be the only right thing to do
fa...@gmail.com <fa...@gmail.com> #572
I need the task API also for Thunderbird sync
je...@gmail.com <je...@gmail.com> #573
PLEASE!! Tasks API would be great!
em...@gmail.com <em...@gmail.com> #574
I need the task API to sync with Thunderbird!
ro...@gmail.com <ro...@gmail.com> #575
Please add an API for Tasks!
vi...@gmail.com <vi...@gmail.com> #576
Please add it, it's very important for me!
al...@holub.com <al...@holub.com> #577
[Comment deleted]
al...@holub.com <al...@holub.com> #578
[Comment deleted]
mf...@gmail.com <mf...@gmail.com> #579
we need Tasks in the API. Microsoft has it.
gu...@gmail.com <gu...@gmail.com> #580
Please add it, it's very important for me!
cl...@gmail.com <cl...@gmail.com> #581
I would love this.
fr...@googlemail.com <fr...@googlemail.com> #582
Please add as soon as possible.
is...@raveem.com <is...@raveem.com> #583
This reminds me of when Google had no API for contacts... for years. Literally years. The three basic essentials for PIM are contacts, email and calendars/tasks. Google now provides calendar, gave us email sync with IMAP, finally provided the contacts API, but as yet, no sign of finally completing the suite with tasks!
wi...@gmail.com <wi...@gmail.com> #584
Can we forward this thread to Larry page???
ba...@gmail.com <ba...@gmail.com> #585
Task is a real need
al...@gmail.com <al...@gmail.com> #586
Pleeeeeeeeeeeesssseeeeeeeee!!!!
Task is the last thin for total mobilization :)
Task is the last thin for total mobilization :)
sz...@gmail.com <sz...@gmail.com> #587
I believe this to be on purpose. I already posted one comment here stating that this is likely a business decision, and it was deleted by Google. I will post again. Google wants to provide premium services, or create a market place for premium services, for advanced project management applications etc, and adding a feature-rich tasks API goes against this. Sorry to dash everybody's hopes and dreams.
bb...@gmail.com <bb...@gmail.com> #588
i need tasks api.. there is no tasks api anywhere ...
es...@gmail.com <es...@gmail.com> #589
Has anyone built a screen scraping library or similar in order to interact with google tasks?
ty...@gmail.com <ty...@gmail.com> #590
Still no tasks api eh?.... *sigh* Any official word on this at all?
da...@gmail.com <da...@gmail.com> #591
still waiting.....please, this api will help a lot of people....everyone need a total mobilization.
to...@gmail.com <to...@gmail.com> #593
This was one month ago. Hopefully API will be out soon.
[Deleted User] <[Deleted User]> #594
A month ago? Look at the date again. And keep hoping.
st...@googlemail.com <st...@googlemail.com> #595
Come on Google. Add the API.
wa...@e-kierowca.pl <wa...@e-kierowca.pl> #596
I'm waiting and waiting and....
cl...@gmail.com <cl...@gmail.com> #597
*
ka...@gmail.com <ka...@gmail.com> #598
Since I'm completely blind and cannot find the "star" icon (or am pretending not to see it), I guess I'll just have to trigger another email to everyone. Sorry about that guys.
But yeah, I would like this. It would allow me to make my application to Sync Google Tasks to Remember The Milk.
But yeah, I would like this. It would allow me to make my application to Sync Google Tasks to Remember The Milk.
pa...@gmail.com <pa...@gmail.com> #599
Please add support for adding VTODO objects by CalDAV and in the Calendar API, and show the Tasks "folder" by CalDAV.
m....@gmail.com <m....@gmail.com> #600
If the task API coming, I'm able to use Google Calendar on GALAXY TAB for main calender instead of a schedule note.
ma...@gmail.com <ma...@gmail.com> #601
*
to...@gmail.com <to...@gmail.com> #602
Yes please!
to...@gmail.com <to...@gmail.com> #603
Yes please!
jo...@gmail.com <jo...@gmail.com> #604
Please google, add api for Tasks!
me...@gmail.com <me...@gmail.com> #605
Il faudra attendre combien de temps encore !!!
me...@gmail.com <me...@gmail.com> #606
we need this!!!!!!!!!!!!!!!!!!!!!
mj...@gmail.com <mj...@gmail.com> #607
I'm using an Android (mobile phone platform) based Task Manager that can sync with Google's Tasks. I'd like to see an API developed to allow programs such as Mozilla Thunderbird or its add-ons such as Lightning or Sunbird to be able to sync with Tasks as well.
ke...@gmail.com <ke...@gmail.com> #608
Lets do this already. Many developers are waiting to add syncing to tasks as a feature.
[Deleted User] <[Deleted User]> #609
Please
lu...@gmail.com <lu...@gmail.com> #610
Please
si...@gmail.com <si...@gmail.com> #611
Please
dj...@gmail.com <dj...@gmail.com> #612
Please
[Deleted User] <[Deleted User]> #613
It's Google IO time and no Tasks API announcement yet???? WTF????
According to an insider working on the API, it should've been released during Q1.
According to an insider working on the API, it should've been released during Q1.
ap...@gtempaccount.com <ap...@gtempaccount.com> #615
mu...@gmail.com <mu...@gmail.com> #616
Wonderful - thank you!!
co...@gmail.com <co...@gmail.com> #617
REJOICE!!!!!!!!!!! :)
lo...@gmail.com <lo...@gmail.com> #618
:-) Thank you :-)
na...@gmail.com <na...@gmail.com> #619
Thank you so much!!
b....@googlemail.com <b....@googlemail.com> #620
Great!
kr...@gmail.com <kr...@gmail.com> #621
Awesome!
th...@gmail.com <th...@gmail.com> #622
Sweet God, finally!!! Thank you.
so...@gmail.com <so...@gmail.com> #623
Almost sounds like an April Fools' Day joke :) This is great news! Thanks :)
so...@gmail.com <so...@gmail.com> #624
Wonderful news. BTW, is it possible to integrate TB (mozilla thunderbird) or other email clients with google tasks??
xo...@gmail.com <xo...@gmail.com> #625
FINALLY! Hooray!!!
an...@snae.net <an...@snae.net> #626
and in other news... hell has officially frozen over :-)
great to hear this is now available.
great to hear this is now available.
ol...@gmail.com <ol...@gmail.com> #627
Lookin forward to when iCal support is built out :)
fa...@gmail.com <fa...@gmail.com> #628
Amazing!!!
ja...@standingcloud.com <ja...@standingcloud.com> #629
Ding Dong, the bug is dead!!!
ha...@gmail.com <ha...@gmail.com> #630
AWESOME!!
ad...@gmail.com <ad...@gmail.com> #631
Can anyone confirm that the TASK API works with OAuth 1.0 or you have to use 2.0 instead?
ar...@gmail.com <ar...@gmail.com> #632
Grrrrrreat :-)
[Deleted User] <[Deleted User]> #633
A big thanks to all that worked to get this out there! :)
ri...@gmail.com <ri...@gmail.com> #634
Don't forget the CalDAV interface.
sc...@barnharts4.com <sc...@barnharts4.com> #635
Wow, is that Lucifer I see ice-skating over there? It's about time...
jl...@gmail.com <jl...@gmail.com> #636
woohoo!!!
[Deleted User] <[Deleted User]> #637
How would this work with Google Apps domains? I've tried it and I'm getting empty lists, because "a/example.com " isn't being requested. What should the https://www.googleapis.com/ url be for Google Apps domains?
pe...@lairo.com <pe...@lairo.com> #638
Now that this issue is "fixed", does the API include CalDAV support? If not, is there already an issue to properly address this issue (i.e. Tasks via CalDAV)?
az...@gmail.com <az...@gmail.com> #639
Does .Net version of task API exist?
th...@gmail.com <th...@gmail.com> #640
bu...@gmail.com <bu...@gmail.com> #641
I'm a novice and want to know now that the issue is fixed how to sync the tasks in lightning
pr...@gmail.com <pr...@gmail.com> #642
please add tasks to the api
ph...@gmail.com <ph...@gmail.com> #643
can any one send me google task api sample project . or way to include api in my iphone project....
thanks Anil
thanks Anil
ja...@standingcloud.com <ja...@standingcloud.com> #644
For those waiting on using the Google Tasks API as a Mylyn Task Repository in Eclipse...
Please vote for this bug on the Tasktop bug tracker:
505: [connector] Google Tasks integration
https://tasktop.com/bugs/show_bug.cgi?id=505
Please vote for this bug on the Tasktop bug tracker:
505: [connector] Google Tasks integration
an...@sirius.if.ua <an...@sirius.if.ua> #645
I subscribe
m....@gmail.com <m....@gmail.com> #646
Subscribe
ed...@gmail.com <ed...@gmail.com> #647
I'm a novice and want to know now that the issue is fixed how to sync the tasks in lightning, I'm using thunderbird 12.0 and Lightning 1.4.
ex...@gmail.com <ex...@gmail.com> #648
come on get us the sync with tasks
ma...@gmail.com <ma...@gmail.com> #649
please
je...@gmail.com <je...@gmail.com> #650
This would be a must have enhancement for anyone who needs to synchronize to do things with a smartphone and a notebook and/or desktops. In today's world, we really need this backup and "always at hand" funcionality of a smartphone. The events synchronization just don't do for itself. I"ve found a nice solution for showing both events and tasks in an adroid smartphone. I use Smooth Calendar for events and Jorte for tasks. Events are synchronized, and I miss tasks synchronization very much.
wi...@gmail.com <wi...@gmail.com> #651
Very important.
ch...@gmail.com <ch...@gmail.com> #652
What...
hj...@gmail.com <hj...@gmail.com> #653
Your articles are very well written and unique.<a href="https://www.thebuyingpro.com/ ">social Media</a>
Description
What steps will reproduce the problem?
1. Look for documentation about a Google Tasks API
What is the expected output?
Information about a tasks api.
What do you see instead?
No Task API.
Google gdata Tasks Task Api
An api to manage the task list available in the gMail interface.