Artem K
Artem K

Reputation: 63

How to create repeating tasks with Google Tasks API?

Can't create repeating tasks with Google Tasks API

Google Calendar API https://developers.google.com/calendar/v3/reference/events#resource has recurrence key.

  "recurrence": [
    string
  ],

But I can't find recurrence in Google Tasks API.

How I can create repeating tasks with Google Tasks API?

Upvotes: 5

Views: 912

Answers (1)

Nadir Khan
Nadir Khan

Reputation: 74

The Google Tasks API does not support creating repeating tasks.

Upvotes: 5

Related Questions