-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which parameter is being used to update existing event in calendar? #222
Comments
@adamgibbons I have one more question :
Can you please help me with this? |
Check that you increment the sequence. See example on package first page.
|
@getarun Thank you for the answer. I have also tried this by adding sequence parameters 0 (for the first time) and 1 (the second time). But it didn't work |
Same problem here! Anyone could find a solution? The creation, update and cancelation works fine in Outlook, but Gmail keeps creating events when i try to update. |
I'm getting the same issue in Gmail. Is there a solution from the developer yet? |
Thank you so much for introducing this module. It is really helpful.
I have the below scenario, please tell me how to handle that:
{ start: [2022, 9, 1, 15, 0], // service time duration: { hours: 0, minutes: 30 }, // time duration title:
Appointment created for service with cutter, // Sevice name description: 'calenderObj.description', // phone number location:
address, // store address status: 'CONFIRMED', organizer: { name: 'Admin', email: process.env.SENDER_ADDRESS }, attendees: [ { name:
jay, email:
[email protected], partstat: 'ACCEPTED', role: 'REQ-PARTICIPANT' } ], uid: "123" }
NOTE:: In both files, "uid" is the same.
Expected Result: the previous event should get updated.
Thank you in advance.
The text was updated successfully, but these errors were encountered: