Calendar custom event types

596 views Asked by At

Was looking at the Calendar Provider documentation because I need to add events to the google calendar.

My app will be able to list the events on the calendar or create new events.

Is it possible to create a custom event, that is, it signals that it was created by my app so that, after inserting the event on the google calendar, on my app, I can only list the events that were created by my app? Is there any flag that signals the event creation app/owner, etc?

1

There are 1 answers

1
Misagh Emamverdi On

You can use ExtendedProperties. Here is docmunetation. This table is used by sync adapters to add extra information. However you can insert a name/value pair in this table such as a boolean when inserting events. You will use this field when you query events to find out event are from your app or not.