AutoShare Quick Calendar Event

Open Google Calendar add event screen with AutoShare intent

  1. autormali

    autormali Member

    Joined:
    Jul 4, 2016
    Messages:
    134
    Likes Received:
    22
    szmerek submitted a new AutoApps project:

    Quick Calendar Event - Open Google Calendar app add event screen with AutoShare intent

     
    Don Clary likes this.
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Awesome! :) Glad to see you using the forum tutorial tags :D

    Thanks for sharing!
     
  3. autormali

    autormali Member

    Joined:
    Jul 4, 2016
    Messages:
    134
    Likes Received:
    22
    Thanks! :) Making progress in it .
     
  4. Don Clary

    Don Clary New Member

    Joined:
    Sep 30, 2016
    Messages:
    14
    Likes Received:
    1
    szmerek, thanks for posting this tutorial! I adapted it to create a new event for the Business Calendar app, which is what I use.

    Sent from my SAMSUNG-SM-G935A using Tapatalk
     
    autormali likes this.
  5. autormali

    autormali Member

    Joined:
    Jul 4, 2016
    Messages:
    134
    Likes Received:
    22
    You're welcome. Glad you find it useful:)
     
  6. Kamaraj

    Kamaraj New Member

    Joined:
    Oct 28, 2017
    Messages:
    2
    Likes Received:
    0
    Action: android.intent.action.EDIT
    Type: vnd.android.cursor.item/event
    Target: Activity

    where i can find above info for different apps
     
  7. autormali

    autormali Member

    Joined:
    Jul 4, 2016
    Messages:
    134
    Likes Received:
    22
    Hi.
    You can find it by:
    - googling ;)
    - inspect app manifest file and search for allowed intents
    - tracking logcat and find intents
    - for "extras" of the intent it is necessary to read/search java files of the app
    This is not easy sometimes.
    You can always contact the app developer and ask him for intents palticulars, if these are avialable.
     
    Last edited: Jun 12, 2020

Share This Page