Closed GoogleCodeExporter closed 8 years ago
here's what IcsBot tells the system it knows how to deal with:
<data android:scheme="content" />
<data android:scheme="file" />
<data android:scheme="http" />
<data android:mimeType="application/ics" />
<data android:mimeType="text/calendar" />
<data android:mimeType="application/octet-stream"
android:pathPattern=".*\\.ics" />
the three scheme lines basically mean "i don't care where it comes from". the
next
two mean "but the sender [mail program or web server or whatever] must claim
it's a
calendar...", and the last line means "...or must claim that it doesn't know
what
_type_ of file it is, but the file's name must end '.ics'".
so i guess my first question is where your attachments are coming from, whether
it's
really all attachments, whether you could give me a specific example. ideally,
you'd
be able to point me at a link on a web server or cc: me on a mail.
so far all i can say is "works for me" on both Droid and Nexus One, Android
2.1, for
a variety of attachments (such as, but not limited to, .jpg files received via
email).
Original comment by elliott....@gmail.com
on 15 Apr 2010 at 3:20
Original comment by elliott....@gmail.com
on 26 Feb 2011 at 10:16
Original issue reported on code.google.com by
seanpd...@gmail.com
on 15 Apr 2010 at 5:10