Expo-calendar updateEventAsync calendarId field not work.

Please provide the following:

  1. SDK Version:45
  2. Platforms(Android/iOS/web/all):iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Replace this section with as much relevant information as possible and any relevant code along with your question.

import * as ExpoCalendar from 'expo-calendar';

ExpoCalendar.updateEventAsync(eventData.id, {
  calendarId: "94C839BE-4C52-4879-B755-770517C6DCB9",
});

The above code is executed successfully, but the calendarId has not changed.

I’m sure 94C839BE-4C52-4879-B755-770517C6DCB9 exists.

Can you help me! Thank you!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.