3

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?

Artem K
  • 43
  • 3

1 Answers1

4

The Google Tasks API does not support creating repeating tasks.

Nadir Khan
  • 56
  • 1